]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/tutorial/brahms-tweaked.ly
Imported sources
[lilypond.git] / input / tutorial / brahms-tweaked.ly
index 776aef3cb3cb2f9c2bb214fb434c3246eda52b11..b0afd9c5141ac45e7c0b996a989c62ac8596dbd5 100644 (file)
@@ -1,9 +1,9 @@
 #(ly:set-option 'old-relative)
-\version "1.9.1"
+\version "2.1.7"
 \score {
-    \notes\context PianoStaff <
+    \notes\context PianoStaff <<
     \context Staff = up
-    \relative c'' <
+    \relative c'' <<
         {   \key d\major 
             \property Voice.Slur \set #'attachment = #'(stem . stem)
 
             \property Voice.DynamicLineSpanner
              \override #'padding = #5.0
             \tieUp
-            fis16(\> d b\! \translator Staff = down
+            fis16(\> d b\! \change Staff = down
            \stemUp
-           \clef treble g~ <<g e>>8) } \\
+           \clef treble g~ <g e>8) } \\
         { s16
          \once \property Voice.Stem \set #'transparent = ##t
           d'
-          ~ <<d b>>4 }
-    >
+          ~ <d b>4 }
+    >>
     \context Staff = down {
         \key d \major
         \time 3/8 \clef bass s4. }
-    >
+    >>
     \paper { raggedright = ##t}
 }