lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

hideNotes unHideNotes with repeat


From: Ted S. Sunhede Fulk
Subject: hideNotes unHideNotes with repeat
Date: Fri, 29 Apr 2005 09:01:42 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Hello everyone,

I tried to use the hideNotes unHideNotes and *1/2 trick to have a tie and a slur attack to the 2nd alternative of a repeat. However, the output dropped the beams (it was an 8th note and two 16th notes).

I was using Lilypond 2.4.3 for Windows XP (my iBook with 2.4.5 was at home -- I have not tried it on it yet).

Here is the code snippet:

soprano =  \relative c'' {
       \set Score.defaultBarType = ":"
       % Changes bars to dotted.
              \set Staff.instrument = "S "
           \clef treble
       \key g \mixolydian
       \time 2/2
       \repeat volta 2 {
           d,2 e4 fs g d e fs g4. g8 a4(c ~ c8 b16 a16) b4 c a
           a g fs fs g( e4. f8 g4 ~
       }
       \alternative {
           { g8 fs16 e16) fs4 g2 }
           { \hideNotes g8*1/2( ~ \unHideNotes  g8 *1/2 fs16 e16) fs4 g2 }
       }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]