]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/hara-kiri-switch.ly
update syntax in .ly files.
[lilypond.git] / input / test / hara-kiri-switch.ly
index fd83125d12c3101ae8581b3bcb4590494948090d..9dbdaef6aa3f05a9dfd35f37a93e64ad5e5c1dec 100644 (file)
@@ -2,7 +2,7 @@
 \header {
 texidoc = "some instruments (notably: cello and double bass) are alternatively written on one and two staves. This is the way to do it:"
 }
-\version "1.3.146"
+\version "1.7.6"
 
 
 voiceOne =  \notes \relative c'' {
@@ -18,7 +18,7 @@ staffOne =  \context Staff = one <
 >
 
 voiceTwo =  \notes \relative c' {
-       % we must have a Thread context before we can switch staffs
+       % we must have a Thread context before we can switch staves
        % in this case, the notes before the switching  will do that 
        % implicitely
        \context Thread
@@ -48,10 +48,11 @@ grandstaff =  \context GrandStaff = one <
        \paper{
                linewidth=80.0\mm
 
-               \translator { \VoiceContext noAutoBeaming = ##t }
+               \translator { \VoiceContext autoBeaming = ##f }
                \translator { \HaraKiriStaffContext }
                \translator { \OrchestralScoreContext skipBars = ##t }
        }
 }
 
 
+%% new-chords-done %%