Version 2.10 hasn't been released yet!

As you can find out if you read "Common Tweaks", "Fixing Overlapping
Notation" and "Text Marks", you can use
\override Score.RehearsalMark #'padding = #3.0
to fix the problem. You could also have searched the mailing list
archives to find lots of examples of this setting.

  /Mats

Quoting Frédéric Chiasson <[EMAIL PROTECTED]>:

Hi,

I looked at the regression tests you did with the new version of
Lilypond (2.10),
but I didn't see any test about the rehearsal marks. I had problems with them
since they were colliding with other symbols and the functions I
thought would
raise the mark didn't work. What do you suggest me to correct this
problem?


Here is an example :


% Vue marine
\version "2.8.6"

%commandes pour hampe
StemOff = \override Stem #'transparent = ##t
StemOn = \override Stem #'transparent = ##f

%commandes pour tÍtes de note
NoteCroix = \override NoteHead #'style = #'cross
NoteNormale = \override NoteHead #'style = #'default


NotesVoix = \relative c''
        {
                \cadenzaOn
                \dynamicUp
                \autoBeamOff
                r\breve s4 s1
                s4 s8 s1
                s4 s8
                r4 \StemOff c4(\p\glissando fis,\glissando a\glissando d,~
                d) r8

                r4 cis'=''4( \glissando b\glissando fis!\glissando ais=')
                r4 \StemOn fis!8(\glissando \StemOff ais!4) s2 r2
                \bar "" \break

                \StemOn
                \mark \default %(here is the mark)
                a8^\markup{ \dynamic "p" \italic "recitativo" } s8 r1 s2
                r4 a8 r4 a8 gis \NoteCroix gis \NoteNormale
                r2 r4
                fis!4 \NoteCroix fis8 \NoteNormale r8
                r4 e8 \times 2/3 {b'='8 aes g} dis16 fis!8 fis!16 e g8 dis!16 
a'16
g16 fis!8 r4

        }

ParolesVoix = \lyricmode
        {       Mm __ Mm __ Mm __
                Quoi? Quoi? Qu'en- tends- je
                Qu'est- ce?
                Cet a- ga- çant
                oi- seau qui me fouet- te les o- reilles!
                J'é- tais si bien.
        }


\header
{
        title = "Vue marine"
        composer = \markup { \override #'(baseline-skip . 2.8)
                                                 \column {      \right-align
                                                                        {       \fontsize 
#1 "Frédéric Chiasson"
                                                                                \fontsize 
#-1 "(ne en 1978)"
                                                                        }
                                                                 }
                                           }

        % changer la police pour l'en-tête
}


\new Score
{
        #(set-global-staff-size 14) %pour la grosseur des portées
        \set Score.markFormatter = #format-mark-box-letters

        « (instead of << so I can send the message)
        \new Staff = "Voix" \with{ \remove "Time_signature_engraver" }
                        { \NotesVoix }
        \addlyrics{ \ParolesVoix }
       » (idem)

}





_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond






_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to