Skip to content

Commit

Permalink
Fix warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
horndude77 committed Dec 31, 2011
1 parent 222e45b commit a57d408
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 6 deletions.
34 changes: 29 additions & 5 deletions MozartHornDuets/no12.ly
Expand Up @@ -4,7 +4,31 @@ globalTwelve =
{
\time 2/4
\key c \major
\partial 8
\partial 8
\repeat volta 2 { s8 | s2*7 | }
\alternative
{
{
\set Timing.measureLength = #(ly:make-moment 3 8)
s4.
\set Timing.measureLength = #(ly:make-moment 2 4)
}
{ s4 }
}
\repeat volta 2
{
s4 | s2*32 |
}
\alternative
{
{
\set Timing.measureLength = #(ly:make-moment 1 4)
s4
\set Timing.measureLength = #(ly:make-moment 2 4)
}
{ s2 }
}
\bar "|."
}

hornITwelve = \relative c''
Expand All @@ -17,7 +41,7 @@ hornITwelve = \relative c''
\alternative
{
{ f4 r8 }
{ \partial 4*0 f4 }
{ f4 }
}

\repeat volta 2
Expand Down Expand Up @@ -47,8 +71,8 @@ hornITwelve = \relative c''
}
\alternative
{
{ \partial 4 bes4 }
{bes4 r }
{ bes4 }
{ bes4 r }
}

}
Expand All @@ -64,7 +88,7 @@ hornIITwelve = \relative c'
\alternative
{
{ f,4 r8 }
{\partial 4*0 f4 }
{ f4 }
}
\repeat volta 2
{
Expand Down
2 changes: 1 addition & 1 deletion MozartHornDuets/no3.ly
Expand Up @@ -13,7 +13,7 @@ hornIThree = \relative c'
f2 a4 |
\appoggiatura a16 g8( f16 g) f8 c' \appoggiatura d16 c8( bes16 a) |
g2 bes4 \appoggiatura bes16 a8( g16 a g4) r |
c2 \appoggiatura bes16 a8)( g16 f)|
c2 \appoggiatura bes16 a8( g16 f)|
e (g f a g bes a c) bes8 r |
a16( c bes a bes c d e ) f( c) a f|
e ( g f a g bes a c) bes8 r
Expand Down

0 comments on commit a57d408

Please sign in to comment.