lilypond-user
[Top][All Lists]
Advanced

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

Re: vertical position MultiMeasureRest


From: Tao Cumplido
Subject: Re: vertical position MultiMeasureRest
Date: Thu, 28 Jun 2007 12:22:02 +0200

thanks Mats.
I got it tow work now when I put the \override directly before the 'R1' but it 
doesn't work when it is at the top.
I'll post my code, maybe you can see better what I do wrong.

regards,

Tao


%%%

\version "2.10.23"

\header
{
        title = "Aqui Se Puede"
        composer = "C. Curet Alonso"
}

sharpFix = \once \override Voice.TextScript #'padding = #3.05

flatFix = \once \override Voice.TextScript #'padding = #3.3

makeSlash =
{
        \override NoteHead #'style = #'slash
        \override Stem #'transparent = ##t
}

makeNote =
{
        \revert NoteHead #'style
        \revert Stem #'transparent
}

rhyOn =
{
        \revert Stem #'transparent
        \override NoteHead #'style = #'slash
}

rhyOff = \revert NoteHead #'style

pnUp = \relative c' 
{
        \key a \minor \stemNeutral
        \override Rest #'staff-position = #0
        \override MultiMeasureRest #'staff-position = #0
        fis8 d a' fis d' a fis d | f! d as' f d' as f d | e c g' e c' g e c | 
es c g' es c' g es c |
        d8 bes f' d bes' f d bes | fis' a, d fis gis b, e gis | \bar "||" 
\makeSlash \repeat unfold 7 { b4 } r8
        \rhyOn b8~ | b4. b b4 | \makeSlash b b b b | \rhyOn b-. r8 b~ b4 b | 
\clef bass \makeSlash d,, d d d |
        \rhyOn d2.. \rhyOff << { b'8 } \\ { b,} >> | \stemNeutral <e e,>1 | r8 
e' e, bes'~ bes4 a8 a | R1 |
        \clef treble \bar "||"
}

pnChords =
{
        %\override Voice.TextScript #'font-name = #"JazzChords"
        \override Voice.TextScript #'padding = #3.5
        \override Voice.TextScript #'font-size = #2
        s1*6 | s1^"Am7" | s2. s8 s8^"Dm7" | s4. s^"G7/f9" s4^"CM" | s1 | 
s4^"Cm7" s8 s^"F7/f9" s4 \flatFix s^"BbM" |
        s1 | s1^"E7S" | s1 | s8^"N.C." s4 \flatFix s4.^"Bb13/s11" s4^"Am6/9" | 
s1 |
}

\new Staff = "pn" { << \pnUp \\ \pnChords >> }

%%%


-------- Original-Nachricht --------
Datum: Thu, 28 Jun 2007 08:17:20 +0200
Von: Mats Bengtsson <address@hidden>
An: address@hidden
CC: address@hidden
Betreff: Re: vertical position MultiMeasureRest

> It  certainly works here:
> 
> \version "2.10.25"
> \score{
> {
> R1
> \once \override MultiMeasureRest #'staff-position = #6 R1
> << { R1 } \\ { R1 \override MultiMeasureRest #'staff-position = #0 R1 } >>
> }
> }
> 
>    /Mats
> 
> address@hidden wrote:
> > hello,
> >
> > how can I set the vertical position of MultiMeasureRests in a polyphonic
> staff?
> > '\override MultiMeasureRest #'staff-position = #0' doesn't work, which
> is strange because '\override Rest #'staff-position = #0' works just fine.
> >
> > I use version 2.10.23 on winXP.
> >
> > regards,
> >
> > Tao
> >   
> 
> -- 
> =============================================
>       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: address@hidden
>       WWW: http://www.s3.kth.se/~mabe
> =============================================

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer




reply via email to

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