From: Graham Percival Date: Mon, 19 Nov 2007 20:23:41 +0000 (-0800) Subject: Pitches headword from Trevor Baca, thanks! X-Git-Tag: release/2.11.36-1~104 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=82f8e353fe4bd315372d4a3de87c78762d3fe217;p=lilypond.git Pitches headword from Trevor Baca, thanks! --- diff --git a/input/manual/pitches-headword.ly b/input/manual/pitches-headword.ly index abeca9094a..e4442accd3 100644 --- a/input/manual/pitches-headword.ly +++ b/input/manual/pitches-headword.ly @@ -1,6 +1,144 @@ -\version "2.11.32" +\version "2.11.34" \include "english.ly" -\markup{ Example removed temporarily} +% NR 1.1 Pitches +% L. v. Beethoven +% Piano sonata 21 - Dem Grafen von Waldstein Gewidmet +% chorale at measures 34 - 40+ +\paper { + #(define dump-extents #t) + indent = 0\mm + ragged-right = ##t + line-width = 16\cm + force-assignment = #"" + line-width = #(- line-width (* mm 3.000000)) +} + +\layout { + \context { + \Score + \override SpacingSpanner #'base-shortest-duration = + #(ly:make-moment 1 20) + } +} + +\new PianoStaff << + + % RH Staff + \new Staff << + + % RH Voice 1 + \new Voice { + \set Score.currentBarNumber = #34 + \voiceOne + gs''2 ( ^ \markup \italic { dolce e molto ligato } + fs''4 + e''4 + | + ds''2 + cs''2 ) + | + ds''2 ( + e''4 + fs''4 + | + 2 + 2 ) + | + \oneVoice + \clef bass + 2 ( + 4 + 4 + | + 2 + 2 ) + | + \voiceOne + b2 %( + cs'4 + ds'4 + | + \clef treble + 4 %) + } + + % RH Voice 2 + \new Voice { + \voiceTwo + \override Staff.DynamicLineSpanner #'staff-padding = #2.5 + 2 \p + 4 + 4 + | + 2 + e'2 + | + \once \override TextScript #'staff-padding = #2.5 + 2 _ \markup \italic { cresc. } + b'4 + 4 + | + b'2. ( \sf \> + a'4 ) + | + \clef bass + s1 \p + | + s1 + | + 4 ( + 2. ) + | + s4 + } + + >> + + % LH Staff + \new Staff { + \override Staff.SustainPedalLineSpanner #'staff-padding = #5 + 2 ( \sustainDown + 4 \sustainUp + 4 + | + 2 + 2 ) \sustainDown + | + \clef bass + \slurDown + 2 ( \sustainUp + 4 + 4 \sustainDown + | + \clef treble + \voiceOne + << + { + 2 + 2 ) + } + \new Voice { + \voiceTwo + b1 \sustainUp + } + >> + \oneVoice + | + %\break + \clef bass + 2 ( + 4 + 4 + | + 2 + 2 ) \sustainDown + | + 1 ( \sustainUp + | + 4 ) + } + +>>