]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/coriolan-margin.ly
release: 1.3.106
[lilypond.git] / input / test / coriolan-margin.ly
index 3f323c24e01405e5bab802b083168d12a4803ecb..30bb13b0809a646a8b2f477090908b51bfd82265 100644 (file)
@@ -1,8 +1,11 @@
 flauti = \notes \relative c' {
   \property Staff.instrument   = #"2 Flauti"
   \property Staff.instr                = #"Fl."
+  \time 4/4;
   c1 
   \break c
+%  \break c
+%  \break c
   \bar"|.";
 }
 
@@ -61,7 +64,8 @@ violino2 = \notes \relative c' {
 viola = \notes \relative c' {
   \property Staff.instrument   = #"Viola"
   \property Staff.instr                = #"Vla."
-  c1 c
+  c1 c 
+  %c
 }
 
 violoncello = \notes \relative c' {
@@ -118,9 +122,8 @@ violoncello = \notes \relative c' {
       \HaraKiriStaffContext
     }
     \translator {
-      \ScoreContext
-      instrumentScriptPadding = #55  %% urg, this is in pt
-      instrScriptPadding = #35
+      \OrchestralScoreContext
+      timeSignatureStyle = #"C"
     }
   }
 }