]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bach-schenker.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / bach-schenker.ly
index 768b9b594fa21e25be4ae4ac68925d86c01cb4a2..1b731e7715c7b1796cd9aa1125349b51a3b8518d 100644 (file)
  
 }
 
+%% See http://www.shaffermusic.com/doc/schenker/index.html for more information
+%% 
 
-\version "2.7.28"
+
+\version "2.10.0"
 
 staffPiano = \new PianoStaff {
   \set Score.timing = ##f
   \set PianoStaff.followVoice = ##t
 
   <<
-    \context Staff = "RH" {  % Right hand 
+    \new Staff {  % Right hand 
       \clef treble
       \key g \major
       \relative c'' {
@@ -144,7 +147,7 @@ staffPiano = \new PianoStaff {
       \bar "|."
     }
   }
-   \context Staff = "LH" {  % Left hand                        
+   \new Staff {  % Left hand                   
      \clef bass
      \key g \major
      \relative c' {
@@ -276,7 +279,8 @@ staffPiano = \new PianoStaff {
   }
 
   \layout  {
-    raggedright = ##t
+    indent = 0.0
+    ragged-right = ##t
     \context { \Staff \remove "Time_signature_engraver" }
   }
 }