]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/coriolan-margin.ly
release: 1.3.146
[lilypond.git] / input / test / coriolan-margin.ly
index b09bc2997c090856079b57eca931374ee710eb62..6f5b0e20de2165a47e30cc34354bf7b4a136885a 100644 (file)
@@ -1,26 +1,27 @@
-\version "1.3.122"
+\version "1.3.146"
+
 
 % Ugh, we need to override some LaTeX titling stuff
 \header {
-  title =      "Ouverture\\vrule width0pt height 0pt depth 1ex";
-  subtitle =   "\\normalsize Zu Heinrich Joseph v. Collins Trauerspiel\\vrule width0pt height 0pt depth 1ex";
-  subsubtitle =        "\\Large\\bf Coriolan";
-  opus =  "Op. 62";
-  piece = "\\normalfont\\large Allegro con brio";
-  composer =    "Ludwig van Beethoven (1770-1827)";
-  enteredby =   "JCN";
+  title =      "Ouvertüre\\vrule width0pt height 0pt depth 1ex"
+  subtitle =   "\\normalsize Zu Heinrich Joseph v. Collins Trauerspiel\\vrule width0pt height 0pt depth 1ex"
+  subsubtitle =        "\\Large\\bf Coriolan"
+  opus =  "Op. 62"
+  piece = "\\hspace*{30mm}\\normalfont\\large Allegro con brio"
+  composer =    "Ludwig van Beethoven (1770-1827)"
+  enteredby =   "JCN"
 }
 #(define raisedflat '((raise . 0.4) (music (named "accidentals--1"))))
 
 flauti = \notes \relative c' {
   \property Staff.instrument   = #"2 Flauti"
   \property Staff.instr                = #"Fl."
-  \time 4/4;
+  \time 4/4
   c1 
   \break c
 %  \break c
 %  \break c
-  \bar"|.";
+  \bar"|."
 }
 
 oboi = \notes \relative c' {
@@ -30,6 +31,7 @@ oboi = \notes \relative c' {
 }
 
 clarinetti = \notes \relative c' {
+%   \property Staff.instrument = #`("Clarinetti in B" ,text-flat)
   \property Staff.instrument   = #`(lines "2 Clarinetti" (rows "(B" ,raisedflat ")"))
   \property Staff.instr                = #`(lines "Cl." (rows "(B" ,raisedflat ")"))
 
@@ -63,13 +65,13 @@ timpani = \notes \relative c' {
   c1 c
 }
 
-violino1 = \notes \relative c' {
+violinoI = \notes \relative c' {
   \property Staff.instrument   = #"Violino I  "
   \property Staff.instr                = #"Vl. I  "
   c1 c
 }
 
-violino2 = \notes \relative c' {
+violinoII = \notes \relative c' {
   \property Staff.instrument   = #"Violino II  "
   \property Staff.instr                = #"Vl. II  "
   c1 c
@@ -105,15 +107,15 @@ violoncello = \notes \relative c' {
     \context StaffGroup ="timpani" <
       \context Staff ="timpani" \timpani
      { 
-       \skip 1; 
+       \skip 1 
        % Hmm: this forces a staff-bracket, that's good!
        % However, I can't find where is decided on staff-bracket yes/no
      }
     >
     \context StaffGroup ="archi" <
       \context GrandStaff ="violini" <
-        \context Staff ="violino1" \violino1
-        \context Staff ="violino2" \violino2
+        \context Staff ="violinoI" \violinoI
+        \context Staff ="violinoII" \violinoII
       >
       \context Staff ="viola" \viola
       \context Staff ="violoncello" \violoncello
@@ -121,14 +123,14 @@ violoncello = \notes \relative c' {
   >
   \paper {
        \paperSixteen
-       indent=100.0\mm;
-       linewidth=150.0\mm;
+       indent=100.0\mm
+       linewidth=150.0\mm
     \translator {
       \HaraKiriStaffContext
     }
     \translator {
       \OrchestralScoreContext
-      timeSignatureStyle = #"C"
+      TimeSignature \override #'style = #'C
     }
   }
 }