lilypond-user
[Top][All Lists]
Advanced

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

Re: 1.7.12: Multiple marks?


From: Han-Wen Nienhuys
Subject: Re: 1.7.12: Multiple marks?
Date: Sat, 1 Mar 2003 01:05:46 +0100

address@hidden writes:
> (Still on 7.1.12 - Suse 8.0)
> 
> I tried the suggestion - works well for note-attached markup, but I can not 
> get it
> to work for rehearsal marks.
> 

this works over here.  Please send a bug report if you can't get it
working:



global =  \notes {
  s1 | \mark "A"
  s1 | \mark \default 
  s1 | \mark \default 
  s1 | \mark "12"
  s1 | \mark \default 
  s1 | \mark "A2"
  s1 | \mark \markup { foo \column << bar bla >> }
  s1
}

one =  \notes \relative c {
  c''1 c c c c c c 
}


\score{
\context Staff  < \global \one >
}


-- 
Han-Wen Nienhuys   |   address@hidden   |   http://www.cs.uu.nl/~hanwen 




reply via email to

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