Re: 1.7.12: Multiple marks?

2003-02-28 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] 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   |   [EMAIL PROTECTED]   |   http://www.cs.uu.nl/~hanwen 


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: 1.7.12: Multiple marks?

2003-02-26 Thread Hans Forbrich
(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.

/Hans

Han-Wen Nienhuys wrote:

 for 1.7 , please use

  \markup { \column  ...stuff...  }

 --

 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.cs.uu.nl/~hanwen



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: 1.7.12: Multiple marks?

2003-02-24 Thread Hans Forbrich
Many thanks for the suggestion.  This is s close  it loses the
'rehearsal mark' font for the 23 and the *N (it comes out the same as
normal lyrics text.) My next attempt was

\mark #'(lines (mark 23) (mark *N) (music scripts-segno))

but that did not change to the rehearsal mark font (I think that is what the
document means by 'mark'.)  As an interim, I'm reasonably pleased with

\mark #'(lines (Large 23) (Large *N) (music scripts-segno))

Thanks again
/Hans

Mats Bengtsson wrote:

 How about (untested)

 \mark #'(lines 23 *N (music scripts-segno))

 /Mats

 Hans Forbrich wrote:
  The source for the current score I'm working has multiple 'marks' on the
  same bar - the bar I'm looking at has a 'rehearsal mark (circled bar
  number)', a 'segno' and a 'narrator's mark (*N)' stacked at the same
  spot.
 
  If I use multiple \mark indicators [\mark 23 \mark *N, \mark
  #'(music scripts-segno)], only one is visible.  I can work around this
  by placing the marks close to the bar, or nudging each mark
  individually.
 
  Do I need to manage these individually or am I (again) overlooking an
  easy method?
 
  TIA
  /Hans
 
 
 
  ___
  Lilypond-user mailing list
  [EMAIL PROTECTED]
  http://mail.gnu.org/mailman/listinfo/lilypond-user

 --
 =
 Mats Bengtsson
 Signal Processing
 Signals, Sensors and Systems
 Royal Institute of Technology
 SE-100 44  STOCKHOLM
 Sweden
 Phone: (+46) 8 790 8463
  Fax:   (+46) 8 790 7260
 Email: [EMAIL PROTECTED]
 WWW: http://www.s3.kth.se/~mabe
 =



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user