Abraham,
I make a lot of lead sheets, and I do the following:
%%%
\version "2.19"
\layout {
\override LyricText #'font-size = #2
}
Chords = \chordmode {
c2 e2:m
}
Music = \relative c' {
c4 d4 e4 f4
}
Lyrics = \lyricmode {
Do re me fa
}
<<
\new ChordNames { \Chords }
\new Staff <<
Aaron,
I noticed that the scaling factor -- #3 in the example below -- is not the
same between this method and the standard method ( \override Chordname
#'font-size).
This isn't a problem, as I was able to adjust the font size to my liking,
however I am curious as to why the difference exists.
%%
Abraham,
That's fantastic. Thanks. I owe you a beer too.
Best regards,
Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
-
Friday, May 17, 2019, 6:18:54 PM, Abraham Lee wrote:
Hey, Peter!
On Fri, May 17, 2019 at 9:16 AM Peter Toye wrote:
I want to add lyrics to a cue st
Hey, Peter!
On Fri, May 17, 2019 at 9:16 AM Peter Toye wrote:
> I want to add lyrics to a cue staff, but can't see how to change the font
> size to match the rest of the staff. I've tried the followoing, but it
> doesn't change anything, whatever I set LyricText.font-size to. The text
> says it
Pierre, Kieren,
Thanks to both of you for getting me a solution so quickly. I owe you both a
beer.
Best regards,
Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
-
Friday, May 17, 2019, 4:44:39 PM, Pierre Perol-Schneider wrote:
Hi,
Le ven. 17 mai 2019 à 17:39, Kieren Ma
> \tweak X-extent #'(0.25 . 4) \key a \major
Nice, better output!
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Hi Pierre,
> How about
Yes! I just found that, too [with slightly different values]:
\tweak X-extent #'(0.25 . 4) \key a \major
Thanks!
Kieren.
Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info
_
Hi Kieren,
How about:
\score {
\new Staff {
\key c \major
c''1 1 1 1
\bar "||"
\once\override Staff.KeySignature.X-extent = #'(0 . 4.3)
\key a \major
}
\layout {
\context {
\Staff
\override StaffSymbol.break-align-symbols = #'(time-signature
key-signature
Hi Pierre,
In your solution, what’s the best way to "pad" the end of the staff (so that
there’s space between the right edge of the key signature and the right edge of
the staff)?
\tweak-ing the KeySignature.extra-spacing-width doesn’t seem to work. =(
Thanks!
Kieren.
Hi Pierre,
>> Note: I’m 100% there are better ways… ;)
> Yep
Of course. Thanks for that!
Related: Lilypond is so awesome. =)
Cheers,
Kieren.
Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info
_
Hi,
Le ven. 17 mai 2019 à 17:39, Kieren MacMillan
a écrit :
> Note: I’m 100% there are better ways… ;)
Yep,
\version "2.19.80"
\language "english"
\score {
\new Staff {
\key c \major
c''1 1 1 1
\bar "||"
\key a \major
}
\layout {
\context {
\Staff
\overri
Hi Peter,
> I want to do something slightly unusual: at the end of a score I want a new
> key signature.
If you don’t mind a hack…
\version "2.19.80"
\language "english"
\score {
\new Staff {
\key c \major
c''1 1 1 1
\bar "||"
\tweak X-extent #empty-interval \tweak extra-offs
Really? That's a surprise. I suppose I'll have to figure out a way to
generate them manually then
El jue., 16 may. 2019 a las 9:06, Andrew Bernard ()
escribió:
> Hi Stefano,
>
> I think this has been an enhancement request since 2008. I have no idea if
> it has ever been implemented,
>
> Sorry I
I want to do something slightly unusual: at the end of a score I want a new key
signature. (I'm extracting bits and don't want the next bar, but do want the
key change).
I tried this but the key change is printed without the staff lines.
\version "2.19.52"
\language "english"
\score {
\new
I want to add lyrics to a cue staff, but can't see how to change the font size
to match the rest of the staff. I've tried the followoing, but it doesn't
change anything, whatever I set LyricText.font-size to. The text says it all...
\version "2.19.52"
\language "english"
\score {
\new Staff
Andrew:
Thank you very much.
Once the tieWaitForNote = ##t is set, it continues to work. Is this the
intention? Is it necessary to reset to it's default?
Thanks,Ming
On Thursday, May 16, 2019, 7:41:14 p.m. EDT, Andrew Bernard
wrote:
Hi Ming,
\set tieWaitForNote = ##t
It's in the Nota
Hi Alexander (et al.),
> I sometimes (still use Lilypond, and when I do, I typically use) your
> wonderful snippet for snapping "close" syllables into a single token.
I *so* wish I could use it… but I keep running into bugs that I never have time
to MWE-ize, and so I end up bailing on it.
The
Hi, lilyponders:
What is it mean "...miss-predicted..."?How to resolve the following error?
Thank you for the help.Ming
error log after compile:
Starting lilypond-windows.exe 2.19.83 [speechless-praise.ly]...
Processing `C:/Users/yming
tsang/Documents/S_team/2019-06-02/Speechless-Praise/speechles
Kieren MacMillan writes:
> Hi Michael,
>
>> I want the VocalStaff group not to begin until the system with the
>> first non-rest (interesting) event, but after that I want all staff
>> in the staffgroup to always exist, regardless of notes or lack
>> thereof.
>
> showMMRs = {
> \set Staff.keepA
Hello,
How can I modify my tweaks to take into account a smaller staff-space? In the
example below, I’d like to set the padding to 1.1 * the staff-space, instead of
explicitly writing 0.7.
Previously I was using \magnifyStaff but that caused issues with the final bar
line.
Thanks,
Edward
\ve
20 matches
Mail list logo