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

Top

Venezia

[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.midi(//The one below is mp3//)         venezia.pdf          • All files (venezia.tar.gz;<2,550bytes)


Next: , Previous: , Up: Top  

Music Sheet

[picture of music]




Next: , Previous: , Up: Top  

venezia.ly

%%11:41 AM Monday, October 4, 2021
%%yukio yoshida
\version "2.22.2"
#(set-default-paper-size "letter")
#(set-global-staff-size 19)

\header {
  dedication = \markup { \column { " " " " "Wordless Poem" " " } }
  title = "Landscape of Venezia"
  subtitle = "At Venezia city in Italia"
  subsubtitle = "alto; C clef on 3th line,     tenor; C clef on 4th line."
  meter = "Largo"
  poet = ""
  composer = \markup { \italic "yukio yoshida" }
  arranger = \markup{\tiny "No.10 (Oct 19 2006)"}
 copyright = "public Domain"
%% tagline = " "
}


altoOne = {
\autoBeamOff
%1-4
  r8 bes4. bes16[ c'] bes4 c'2 bes8 | r8 c'4. c'16[ d'] c'4 d'2 c'8 |
  r4 ees'4. ees'16[ f'] ees'4 f'2 | g'4. g'16[ a'] g'4 a'4 bes'2 |
\break
%5-8
  a'8[ bes'8] a'2. bes'4  a'4 |
  r8 a16[ bes c'] bes[ c' r16] g16[ a bes] r16[ c'16 d'] ees'8 f'2 |
  a'2 bes'8[ a'] bes'2 a'8[ g'] | f'4 a' f' a' f' a' |
\break
%9-12
  r4 g'4 a'2. g'4 | a'2 g' a' | r8 g'4 r8 a'4. r8 g'4. r8 | g'2 a'2 bes'2 |
\break
%13-16
  a'2.. r8 bes'4 g' | r8 a'4 g' r8 g'4 a' r4 |
  r4 bes'8[ g'] r8 a'8[ bes'] r4 g'4 r8 | a'2.. r8 g'4 bes' |
\break
%17-20
  r8 g16[ a bes] r16[ c'16 d'] ees'8 f'4 r8 f'16[ ees' d'] c'[ bes a] r8 |
  a'2.. r8 bes'4 g' | bes'2.. r8 a'4 g'| r8 bes4. bes16[ c'] bes4 c'8 bes2
  \bar "|."
}

tenorOne = {
\autoBeamOff
%1-4
  bes2 c'16[ d'] a2. r8 | c'2 d'16[ ees'] bes2. r8 | bes2 c'16[ d'] a2. r8 |
  c'2 d'16[ ees'] bes2.. |
\break
%5-8
  r8 bes2. c'16[ d'] a2 | r8 c'2. d'16[ ees'] bes2 | r8 bes2. c'16[ d'] a2 |
  r8 c'2 d'16[ ees'] bes2. |
\break
%9-12
  g4\(( bes g bes g bes) | f4( a f a f a) | g4( c' g c' g c') |
  f4( bes f bes f bes)\) |
\break
%13-16
  c'4\(( g c' g c' g) | bes( f bes f bes g) | f4( a f a f a) |
  g4( bes g bes g bes)\) |
\break
%17-20
  c'2. bes16[ d'] bes2 r8 | a2.. c'16[ ees'] bes2 | r8 bes2. d'16[ ees'] a2 |
  r8 bes2 c'16[ d'] c'2. \bar "|."
}

\score {
         <<
     \context ChoirStaff = "coroOne" <<
     \new Voice \with { \consists Ambitus_engraver} {
                          \clef alto \key bes\major \time 3/2  \tempo 4 = 42
     \set Staff.midiInstrument = "pad 4 (choir)"
     \set Staff.instrumentName = \markup{"alto"} \altoOne }

     \new Staff \with { \consists Ambitus_engraver} {
                           \clef tenor \key bes\major \time 3/2  \tempo 4 = 42
     \set Staff.midiInstrument = "drawbar organ"
     \set Staff.instrumentName = \markup{"tenor"} \tenorOne }
                       >>
        >>
       \layout { }
       \midi { }
}

Next: , Previous: , Up: Top  

venezia.texi

%% 8:13 AM Thursday, January 18, 2024
%% Yukio Yoshida
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input colordvi.tex
\input texinfo

@c %**start of header
@setfilename venezia.info
@c @settitle venezia
@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</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::                 --- Music Sheet:                    Music Sheet.
* venezia.ly::             --- Source code framework:  venezia.ly.
* venezia.texi::          --- Source code document:    venezia.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.midi</a>(//The one below is mp3//)&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;<a href="venezia.pdf">venezia.pdf</a>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;
&#149;&#160;<a href="venezia.tar.gz">All files</a>&#160;(venezia.tar.gz;&lt;2,550bytes)<br />
<audio src="venezia.mp3" controls>
Download <a href="earth.mp3">episode 42 Learnung to love HTML5</a>
</audio></p>
@end html

@ifnottex
@node        Music Sheet,   venezia.ly,       Top,      Top
@comment      node-name,     next,          previous,    up
@c @top
@end ifnottex
@unnumbered Music Sheet
@ifhtml
@html
<p align = "center">
<a href="venezia.pdf">
<img src="venezia.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.ly,       venezia.texi,  Music Sheet,  Top
@comment    node-name,     next,         previous,        up
@end ifnottex
@unnumbered venezia.ly
@html
<blockquote><blockquote>
@end html
@verbatiminclude venezia.ly
@html
</blockquote></blockquote>
@end html

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

@ifnottex
@node     run--makeinfo,           ,  venezia.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)—