Re: minimumVerticalExtent & minimum-Y-extent

2008-06-13 Thread Mats Bengtsson
Risto Vääräniemi wrote: 2008/6/13 Mats Bengtsson : \lyricmode has nothing to do with it. It just tells the part of Lilypond that interprets your .ly file, that anything within the \lyricmode{...} should be treated syntactically as lyrics and note as note names. What you probably mean is th

Re: minimumVerticalExtent & minimum-Y-extent

2008-06-13 Thread Risto Vääräniemi
2008/6/13 Mats Bengtsson : > \lyricmode has nothing to do with it. It just tells the part of Lilypond > that interprets your .ly file, that anything within the \lyricmode{...} > should be treated syntactically as lyrics and note as note names. > What you probably mean is that happens with \lyricst

Re: minimumVerticalExtent & minimum-Y-extent

2008-06-13 Thread Mats Bengtsson
Risto Vääräniemi wrote: I don't usually use \addlyrics to but the same happens with \lyricmode, too. \lyricmode has nothing to do with it. It just tells the part of Lilypond that interprets your .ly file, that anything within the \lyricmode{...} should be treated syntactically as lyrics a

Re: minimumVerticalExtent & minimum-Y-extent

2008-06-13 Thread Risto Vääräniemi
2008/6/13 Trevor Daniels: > The \addlyrics construct does have its limitations due to relying on the > implicit creation of the various contexts, and this seems to be one of them, > although I would regard this as a bug. > > If you specify the contexts explicitly you can use the \with construct, >

Re: minimumVerticalExtent & minimum-Y-extent

2008-06-13 Thread Trevor Daniels
gt; } - Original Message - From: "Risto Vääräniemi" <[EMAIL PROTECTED]> To: "Mats Bengtsson" <[EMAIL PROTECTED]> Cc: ; <[EMAIL PROTECTED]> Sent: Friday, June 13, 2008 8:31 AM Subject: Re: minimumVerticalExtent & minimum-Y-extent 2008/4/8 Mats

Re: minimumVerticalExtent & minimum-Y-extent

2008-06-13 Thread Risto Vääräniemi
2008/4/8 Mats Bengtsson : >> \layout { >> \context { >>\Lyrics >> \override VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0) >> } >> } >> >> was 'working'. > > Yes, but as you have seen, it redefines all Lyric contexts in the score. >> >> Now, how do I keep the 'above default spacing'

Re: minimumVerticalExtent & minimum-Y-extent

2008-04-08 Thread Frédéric Moinard
Hi, Mats Bengtsson a écrit : Frédéric Moinard wrote: Hi, I'm beginning with 2.10: 3 voices + verses, and I'd like to keep the default distance between music and verse 1 but a shorter vertical spacing between the next lines of lyrics. (...) That's correct. This syntax was removed in versi

Re: minimumVerticalExtent & minimum-Y-extent

2008-04-08 Thread Mats Bengtsson
Frédéric Moinard wrote: Hi, I'm beginning with 2.10: 3 voices + verses, and I'd like to keep the default distance between music and verse 1 but a shorter vertical spacing between the next lines of lyrics. I found that \layout { \context { \Lyrics minimumVerticalExtent = #'(0 . 0

minimumVerticalExtent & minimum-Y-extent

2008-04-07 Thread Frédéric Moinard
Hi, I'm beginning with 2.10: 3 voices + verses, and I'd like to keep the default distance between music and verse 1 but a shorter vertical spacing between the next lines of lyrics. I found that \layout { \context { \Lyrics minimumVerticalExtent = #'(0 . 0) } } didn't do anything