]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/manual/pitches-headword.ly
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into kainhofer
[lilypond.git] / input / manual / pitches-headword.ly
index 7937eb844a64ff5d49c27cd324d13051d9a1d092..5bab51ba42e0d8db8b33a72f04bd21a72d30943f 100644 (file)
@@ -1,20 +1,18 @@
-\version "2.11.34"
+\version "2.11.38"
 \include "english.ly"
-
+#(set-global-staff-size 15)
+\paper{
+  ragged-right=##t
+  line-width=17\cm
+  indent=0\cm
+}
+  
 % NR 1.1 Pitches
 
 % L. v. Beethoven 
 % Piano sonata 21 - Dem Grafen von Waldstein Gewidmet
 % chorale at measures 34 - 40+
 
-\layout {
-   \context {
-      \Score
-      \override SpacingSpanner #'base-shortest-duration = 
-         #(ly:make-moment 1 20) 
-   }
-}
-
 \new PianoStaff <<
 
    % RH Staff
@@ -54,6 +52,7 @@
          |
          \clef treble
          <e' gs>4 %)
+         r4 r2
       }
 
       % RH Voice 2
@@ -74,8 +73,8 @@
          |
          b'2. ( \sf \>
          a'4 ) 
-         |
          \clef bass
+         | \break
          s1 \p
          |
          s1
@@ -84,6 +83,7 @@
          <a fs>2. )
          |
          s4
+         r4 r2
       }
 
    >>
       <b,! b,,!>1 ( \sustainUp
       |
       <e e,>4 )
+      r4 r2
    }
 
 >>