lilypond-user
[Top][All Lists]
Advanced

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

RE: placement of rehearsal marks


From: James Lowe
Subject: RE: placement of rehearsal marks
Date: Sun, 13 Feb 2011 17:04:26 +0000

Hello

)-----Original Message-----
)From: address@hidden
)[mailto:address@hidden On
)Behalf Of Helge Kruse
)Sent: 13 February 2011 16:42
)To: address@hidden
)Subject: placement of rehearsal marks
)
)Hello,
)
)I have a glissando that goes to anywhere, written with hidden notes.
)Unfortunately this clashes with the next rehearsal mark. How do I get the
)"B" to the same Y-position as "A"?
)
)Helge
)
)\relative c' {
)
)   \time 2/4
)
)   r4 c' | \mark \default
)
)<< {
)
)     \hideNotes
)
)     c4.\glissando
)
)     a''8 \unHideNotes
)
)     }
)
)   \\ { c,,2 } >>
)
)   \time 3/4 \mark \default
)
)   a4. c,8 f a |
)
)}
)
---

\relative c' {

   \time 2/4

   r4 c' | \mark \default

<< {

     \hideNotes

     c4.\glissando

     a''8 \unHideNotes

     }

   \\ { c,,2 } >>

  \override Score.RehearsalMark #'outside-staff-priority = ##f  % this is the 
line you want to add

   \time 3/4 \mark \default

   a4. c,8 f a |

}



reply via email to

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