]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Duette/violino-ii.ly
patch::: 1.3.146.jcn1
[lilypond.git] / mutopia / J.S.Bach / Duette / violino-ii.ly
index 2d7a922d9a26fde74f719016578174ea1bbc9b62..be108a446bf2a4eaf0fde1b87071bc0357bfe04d 100644 (file)
@@ -1,16 +1,16 @@
 \header{
-filename =     "violino-ii.ly";
-title =                 "Vier Duette";
-description =  "Four duets for Violino and Violoncello (Viola)";
-opus =         "BWV";
-composer =     "Johann Sebastian Bach (1685-1750)";
-enteredby =    "jcn";
-copyright =    "Public Domain";
+filename =     "violino-ii.ly"
+title =                 "Vier Duette"
+description =  "Four duets for Violino and Violoncello (Viola)"
+opus =                 "BWV"
+composer =     "Johann Sebastian Bach (1685-1750)"
+enteredby =    "jcn"
+copyright =    "Public Domain"
 }
 
-\version "1.3.93";
+\version "1.3.146"
 
-$violino_ii = \notes\relative c''{
+violinoIi =  \notes\relative c''{
   R1*8 |
   r2 e | 
 %10
@@ -68,7 +68,7 @@ $violino_ii = \notes\relative c''{
   %<a2 b, d4><gis\prall b,4 d>| checkme
   \context Staff<
     \context Voice { 
-      \property Voice.verticalDirection=1
+      \stemUp\slurUp\tieUp
       <a2 b,>gis\prall|a8 g f4~f8 e(d)cis|
 %105
       d c bes4~bes8 a(gis)fis|gis4 e <e' a,><f a,>|
@@ -77,7 +77,7 @@ $violino_ii = \notes\relative c''{
       a1|
     }
     \context Voice=x { 
-      \property Voice.verticalDirection=-1
+      \stemDown\slurDown\tieDown
       d,4 s<d b'>s|<a2 d> s2|
 %105
       <d g,> s2|s1|
@@ -86,19 +86,19 @@ $violino_ii = \notes\relative c''{
       c1|
     }
   >
-  \bar "|.";
+  \bar "|."
 }
 
 \include "global-ii.ly"
 
-$violino_ii_staff = \context Staff = violino <
+violinoIiStaff =  \context Staff = violino <
   %urg
-  % \notes\property Voice.textStyle = "large" s4^"Moderato"
-  % \notes {s4. \property Voice.textStyle = "large" s4^"Moderato"}
+  % \notes\property Voice.TextScript \set #'font-style = #'large s4^"Moderato"
+  % \notes {s4. \property Voice.TextScript \set #'font-style = #'large s4^"Moderato"}
   % urg, timidity violino patches broken?
   %\property Staff.instrument = "violin"
   \property Staff.instrument = "viola"
-  \$violino_ii
-  \$global_ii
+  \violinoIi
+  \globalIi
 >
-\version "1.3.93";
+\version "1.3.146"