Next: , Previous: , Up: ("dirTop")  

Top

Venezia-3

[file-code; "ly,texi,sh are UTF-8"]
Normally; Windows & Linux "[Prompt] lilypond --png --pdf name.ly[Enter]"
And---- Only; Linux(Prompt) $ ./run--lily.sh name[Enter](need makeinfo) ----

      venezia-3.midi(//The one below is mp3//)         venezia-3.pdf          • All files (venezia-3.tar.gz;<2,550bytes)


Next: , Previous: , Up: Top  

Music Sheet

[picture of music]




Next: , Previous: , Up: Top  

venezia-3.ly

%%  3:28 AM Tuesday, April 18, 2023
%% Yukio Yoshida
\version "2.24.1"
#(set-default-paper-size "letter")
#(set-global-staff-size 18)

\header {
  dedication = \markup { \column { " " " " "Wordless Poem" " " } }
  title = "Charm of Venezia"
  subtitle = "At Venezia city in Italia"
  subsubtitle = "bass; F clef on 4th line,     baritone; C clef on 5th line."
  meter = "Largo"
  poet = ""
  composer = \markup { \italic "yukio yoshida" }
  arranger = \markup{\tiny "No.14 (Jan. 12, 2007)"}
copyright = "public Domain"
%% tagline = " "
}

bassOne = {
\autoBeamOff
%%1-4
 bes,2. ges,2. | aes,2. f,2. | bes,2. ges,2 bes,4~ |
 bes,4.~ bes,8[ ces des] bes,[ ces des] bes,[ des f] |
 \break
%%5-9
 ges,2. bes,~ | bes, ges,~ | ges, f,~ | f, ces~ | ces bes, |
\break
%%10-13
 des4. ees8[ f ges]~ ges[ ees ces]~ ces[ ees ges]~ |
 ges2. ces'2. | ees4. des2. ees4 des8~ | des2 ees8[ f ges] ees[ ges bes]~ bes4 |
\break
%%14-17
 R1. |
 aes2. \acciaccatura { bes8 ges ees ces } ges,2. |
 bes2. \acciaccatura { bes8 ges ees ces } aes,2. |
 aes2. \acciaccatura { bes8 ges ees ces } bes,2. |
\break
%%18-22
 \acciaccatura { bes8 ges ees ces } \noBreak ges,1. |
 \acciaccatura { bes8 ges ees ces } aes,1. |
 \acciaccatura { bes8 ges ees ces } bes,1.~ |
 bes,2\( des4 ees8[ f8] ges2 | ces'1.\)  \bar "|."
}

baritonOne = {
\autoBeamOff
%%1-4
 \afterGrace des'1 { bes8( aes f des bes,) } r2 |
 \afterGrace ces'1 { bes8( aes f des bes,) } r2 |
 \afterGrace des'1 { bes8( aes f des bes,) } r2 |
 R1. |
%%5-9
 bes2. des'4 ces'2 | aes2 ces' bes | des' ces' ees' | bes des' ces' | aes ces' ees' |
\break
%%10-13
 ces'1. | des'1.~ | des'1. | ces'1. |
\break
%%14-17
 aes2 bes aes | ces'1  r2 | des'1 r2 | ces'1 r2 |
\break
%%18-21
 \afterGrace des'2. { ces'8( bes aes ges f) } \noBreak ces'2.~ |
 \afterGrace ces'2. { bes8( aes f des bes,) } des'2.~ |
 \afterGrace des'2. { ces'8( bes aes ges f) } des'2.~ |
 des'1.~^\ff | des'1.  \bar "|."
}

%% --- Get sheet music
\score {
      \context ChoirStaff = "Conect" <<
       \new Voice \with { \consists Ambitus_engraver} {
                          \clef baritone \key ges\major \time 3/2 \tempo 4 = 62
                          \set Staff.instrumentName = \markup{"bariton"}
                                                   \baritonOne }

       \new Voice \with { \consists Ambitus_engraver} {
                          \clef bass \key ges\major \time 3/2 \tempo 4 = 62
                          \set Staff.instrumentName = \markup{"bass "}
                                                   \bassOne }
        >>
  \layout { }
}
%% --- get midi music
\score {
     \context ChoirStaff = "Conect" <<
         \new Staff { \clef baritone \key ges\major \time 3/2 \tempo 4 = 62
                      \set Staff.midiInstrument = "pad 4 (choir)"
                                            \baritonOne }

         \new Staff { \clef bass \key ges\major \time 3/2 \tempo 4 = 62
                      \set Staff.midiInstrument = "pad 4 (choir)"
                                            \bassOne }
          >>
  \midi { }
}

Next: , Previous: , Up: Top  

venezia-3.texi

%% 12:46 PM Friday, January 19, 2024
%% Yukio Yoshida
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input colordvi.tex
\input texinfo

@c %**start of header
@setfilename venezia-3.info
@c @settitle venezia-3
@documentlanguage en
@documentencoding utf-8
@setchapternewpage odd
@c %**end of header

@c *********** Body start ******************
@node       Top,         Music Sheet,    ("dir"),    ("dirTop")
@comment  node-name,        next,        previous,       up
@c @node Top
@ifhtml
@html
<p align = "center">
<span  style="font-size: 40px;"><b>Venezia-3</b></spam>
</p>
<code>
[file-code; "ly,texi,sh are UTF-8"]<br />
<span style="font-size: 16px;">
<b>Normally; Windows & Linux "[Prompt] <kbd> lilypond --png --pdf name.ly</kbd>[Enter]"</b><br />
<b>And---- Only; 
 <i>Linux(Prompt)<kbd> <span style="color: red;">$ ./run--lily.sh name</span></kbd>[Enter]</i>(need makeinfo) ----</b><br />
</span>
</code>
<br />
@end html
@end ifhtml
@c @top
@c @ignore ------------------------------------------------------------------------
@ifhtml
@menu
* venezia-3::                 --- Music Sheet:                    Music Sheet.
* venezia-3.ly::             --- Source code framework:  venezia-3.ly.
* venezia-3.texi::          --- Source code document:    venezia-3.texi.
* run--makeinfo::   --- Source code run-file:        run--makeinfo.
@end menu
@end ifhtml
@c @ignore ------------------------------------------------------------------------
@html
<p align = "center">
&#160;&#160;&#160;&#160;&#160;
<a href="earth.mid">venezia-3.midi</a>(//The one below is mp3//)&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;<a href="venezia-3.pdf">venezia-3.pdf</a>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;
&#149;&#160;<a href="venezia-3.tar.gz">All files</a>&#160;(venezia-3.tar.gz;&lt;2,550bytes)<br />
<audio src="venezia-3.mp3" controls>
Download <a href="earth.mp3">episode 42 Learnung to love HTML5</a>
</audio></p>
@end html

@ifnottex
@node        Music Sheet,   venezia-3.ly,       Top,      Top
@comment      node-name,     next,          previous,    up
@c @top
@end ifnottex
@unnumbered Music Sheet
@ifhtml
@html
<p align = "center">
<a href="venezia-3.pdf">
<img src="venezia-3.svg" alt="[picture of music]" /><!--  -->
<hr style="width:68%; height:4px;" />
</a></p>
<br />
@end html
@end ifhtml
@html
</div>
@end html

@ifnottex
@node          venezia-3.ly,       venezia-3.texi,  Music Sheet,  Top
@comment    node-name,     next,         previous,        up
@end ifnottex
@unnumbered venezia-3.ly
@html
<blockquote><blockquote>
@end html
@verbatiminclude venezia-3.ly
@html
</blockquote></blockquote>
@end html

@ifnottex
@node     venezia-3.texi,   run--makeinfo,      venezia-3.ly, Top
@comment   node-name,         next,          previous,    up
@end ifnottex
@unnumbered venezia-3.texi
@html
<blockquote><blockquote>
@end html
@verbatiminclude venezia-3.texi
@html
</blockquote></blockquote>
@end html

@ifnottex
@node     run--makeinfo,           ,  venezia-3.texi,   Top
@comment      node-name,    next,       previous,       up
@end ifnottex
@unnumbered run--makeinfo
@html
<blockquote><blockquote>
<b><i>Only; running is on Linux(on WSL).</i></b><br />
@end html
@ifhtml
@html
<span style="font: 16px;">
<table>
<td>
&#160;&#160;&#160;<b><i>run--lily.sh</i></b><br />
<span style="color: red;">
@verbatiminclude run--lily.sh
</span>
</td>
</table>
@end html
@end ifhtml
@ @ @ @ This is under the following environment.@*
@ @ @ @ Linux[on WSL(windows11)]@  ---(GNU/Linux 4.4.0-19041-Microsoft x86_64) or 
(GNU/Linux 5.10.16.3-microsoft-standard-WSL2 x86_64)---@*
@html
</blockquote></blockquote>
<br />
<br />
@end html
@c *********** End Body *********************
@bye

Previous: , Up: Top  

run–makeinfo

Only; running is on Linux(on WSL).
   run--lily.sh
#!/usr/bin/bash
# rm -r html
lilypond --pdf --png $1.ly
lilypond --svg $1.ly
makeinfo --no-split --force --html $1.texi
mkdir html
mv *.svg html/
mv *.pdf html/
mv *.midi html/
mv *.html html/
cd html
xdg-open $1.pdf | xdg-open $1.midi | explorer.exe $1.html
cd ../
rm *.eps *.png
ls -lX

    This is under the following environment.
    Linux[on WSL(windows11)]  —(GNU/Linux 4.4.0-19041-Microsoft x86_64) or (GNU/Linux 5.10.16.3-microsoft-standard-WSL2 x86_64)—