]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/tutorial/brahms-original.ly
* buildscripts/lilypond.words.py: remove.
[lilypond.git] / input / tutorial / brahms-original.ly
index 77fc569ce3b9dc5dc7a6ec1f7d3468ceec95d76e..3e32f2bb427f7b2caedec2ea16bed3ee51d3b7e9 100644 (file)
@@ -1,23 +1,23 @@
 #(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "2.1.28"
 \score {
-    \notes\context PianoStaff <
+    \notes\context PianoStaff <<
     \context Staff = up
-    \relative c'' <
+    \relative c'' <<
         {   \key d\major 
-            fis4-3_\p-(-~
-            fis16 a-)-5 } \\
+            fis4-3_\p(~
+            fis16 a)-5 } \\
         {
-            fis16-(-\> d b-\! \translator Staff = down
-            \clef treble g-~ <<g e>>8-) } \\
+            fis16(\> d b\! \change Staff = down
+            \clef treble g~ <g e>8) } \\
         { s16
           d'
-          ~ <<d b>>4 }
-    >
+          ~ <d b>4 }
+    >>
     \context Staff = down {
         \key d \major
         \time 3/8 \clef bass s4. }
-    >
+    >>
     \paper { raggedright = ##t}
 }