]> 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 d03346271dd36860cca472c10a6213db4e614d45..3e32f2bb427f7b2caedec2ea16bed3ee51d3b7e9 100644 (file)
@@ -1,21 +1,25 @@
+#(ly:set-option 'old-relative)
+\version "2.1.28"
 \score {
-    \notes\context PianoStaff <
+    \notes\context PianoStaff <<
     \context Staff = up
-    \relative c'' <
-       {   \key d\major 
-           fis4-3_\p ( ~
-           fis16 )a-5 } \\
-       {
-           fis16( \> d \! b \translator Staff = down
-           \clef treble g ~ < g8 )e> } \\
-       { s16
-         d'
-         ~ < d4 b4  > }
-    >
+    \relative c'' <<
+        {   \key d\major 
+            fis4-3_\p(~
+            fis16 a)-5 } \\
+        {
+            fis16(\> d b\! \change Staff = down
+            \clef treble g~ <g e>8) } \\
+        { s16
+          d'
+          ~ <d b>4 }
+    >>
     \context Staff = down {
-       \key d \major
-       \time 3/8 \clef bass s4. }
-    >
-    \paper { linewidth = -1. }
+        \key d \major
+        \time 3/8 \clef bass s4. }
+    >>
+    \paper { raggedright = ##t}
 }
 
+
+