lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: correct octave


From: Paul Scott
Subject: Re: correct octave
Date: Mon, 31 Dec 2007 00:22:57 -0700
User-agent: Mozilla-Thunderbird 2.0.0.6 (X11/20071009)


On Dec 30, 2007, at 9:59 PM, hhpmusic wrote:

Sorry, the octave of rh is wrong, for I'm writing the file in my braille computer with braille keys. I often miswrite ' to ,. But the error is still here.

I now have both staves. Something you will have to deal with is that LilyPond is case sensitive and Staff is spelled with a Capital 'S'. Can your screen reader help you with that?

Attached is a file that works but still has some minor errors since I, of course, don't know what your music looks like.

Here is the attachment I forgot.

Paul

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

\version "2.11.36"

\header {
  title = "Dragon Boat Tune"
  subtitle = "Transcriptions of Hubei Folksongs, No.1"
  composer = "Hu Haipeng"
}

\score {
    \new PianoStaff <<
        \new Staff { 
           \relative c'' {
             \time 2/4 
             \clef treble \time 4/4 \key bes \minor 
             << { f8(^"rubato"_\mf des16 des des8 f des ees4.) } \\
                { s2 s8 ees32. f64 ees32 f ees4 } \\
                { \voiceFour <bes f>2\arpeggio <bes ges>\arpeggio }
             >> | 
             << { f8(\p des16 des des8 f16. aes32 des,8 ees4.)^"simile" } \\
                { <des bes>2\arpeggio <des bes>\arpeggio }
             >> |
             \oneVoice
             <f bes f'>8^"allegro"_\mf <f bes des>16-. <f bes des>-. 
             <f bes des>8 <bes des f> | 
             <f bes des> <ges bes ees>4-> des'16 ees16
             }
         }
        \new Staff { 
          \relative c {
              \clef bass \key bes \minor
              <bes f' des'>2\arpeggio <ees ges bes>\arpeggio | 
              <bes f'>\arpeggio <ees g>\arpeggio | 
              <bes f' des'>8\arpeggio <bes' des>16-. <bes des>-. 
              <bes des>8 <f bes> | <bes des> <ges bes ees>-> bes-. ees,-.
          }
        }
    >>

  \midi { }
  \layout { }
}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]