X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fcoriolan-margin.ly;h=6f5b0e20de2165a47e30cc34354bf7b4a136885a;hb=68a168bff1fec7f8011b2afa82d4fc89182c4bf7;hp=ce54cc16fd870bb3cb2e63c1098af2a0924cad99;hpb=9f34e35c3cb97d2a1f0c7838590a574095fbee2e;p=lilypond.git diff --git a/input/test/coriolan-margin.ly b/input/test/coriolan-margin.ly index ce54cc16fd..6f5b0e20de 100644 --- a/input/test/coriolan-margin.ly +++ b/input/test/coriolan-margin.ly @@ -1,26 +1,27 @@ +\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,8 +31,8 @@ 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.instrument = #`("Clarinetti in B" ,text-flat) + \property Staff.instrument = #`(lines "2 Clarinetti" (rows "(B" ,raisedflat ")")) \property Staff.instr = #`(lines "Cl." (rows "(B" ,raisedflat ")")) c1 c @@ -106,7 +107,7 @@ 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 } @@ -122,8 +123,8 @@ violoncello = \notes \relative c' { > \paper { \paperSixteen - indent=100.0\mm; - linewidth=150.0\mm; + indent=100.0\mm + linewidth=150.0\mm \translator { \HaraKiriStaffContext }