In my music, I have the chorus at the top and the verses
following. Since my music is longer than one page, it
overflows to the next. So, since I'm using two pages, I
figured I would insert a \pagebreak so that the chorus is on
page 1 and the verses on page 2. This works fine, but now
my pr
Lily Folks, I apologize for my posts yesterday - I don't
know what I was thinking when I replied to the entire
list.. But I'm sorry for the mess and I appreciate y'all's
help. I'll make sure not to send the list to the list again.
-BGM
___
lilypond-
Jacques,
I've been playing with this for awhile.
My summary: I wanted the chorus on one page and the verses
on page two, so I inserted the \pageBreak. It made two
pages, but stretched the score to fit the page by inserting
space between the staves. But I wanted the staves to look
normal on
How can I insert this text in between staves?
mytext = \markup { \tiny \italic "Repeat Chorus after every
verse " }
The only place I can seem to place it is *outside* the score
- either before or after it. I've tried putting it in other
places too, to no avail. If I put it before or aft
Well, I know how to do *that* - that is, I know how to get
text above and below the staves.
But I want text above and below the scores - sort of like a
subtitle.
At the end of each page, about 3/4 inch below the last line
of lyrics I want to put my note (it's to say that the chorus
should b
In my piece I have a piano staff with the music on the
bottom staff. In the upper staff it is supposed to be notes
for recorder or flute accompaniment. In the original the
flute notes and its staff are all a bit smaller in size.
What do you call those smaller notes? I want to make the
entir
Nathan,
That worked like a charm! Thank you very much!
On 6/26/2016 1:23 PM, Nathan Ho wrote:
Hello,
Try adding the following \with block to your Staff:
\new Staff \with {
fontSize = #-3
\override StaffSymbol.staff-space = #(magstep -3)
\override StaffSymbol.thickness = #(magstep -3)
}
In my music I have been using
\set stanza = "1. "
to get line numbering for the lyrics. But this only numbers
the beginning of the lyric's line.
I can manually insert that to get the numbering to appear
within the lyric line, but what I need is for it to appear
at the start of each lyric as it
Well, that does indeed number every line, but it places the
number outside the borders of the lyric text. Set Stanza
made the number inline with the lyrics.
Set Stanza:
1. lyr- ic
instrumentname
1. lyric
So, I'm trying to fix the alignment. I'd like to do it in
the \layout bra
Thanks you all for your time! It looks right now!
On 6/28/2016 5:26 PM, lilypond-user-requ...@gnu.org wrote:
\layout {
\context {
\Lyrics
\override InstrumentName.X-offset = 2
\override InstrumentName.font-size = 0
\override InstrumentName.font-series = #'bold
}
So, I'm trying to force my music onto one page. If I can
reduce the space between lyric lines then I might be able to
get it.
I've been playing with this override:
\layout{
\context {
\Lyrics
\override VerticalAxisGroup
#'minimum-Y-extent = #'(1 . 1.8)
}
In my music script I want to use this:
\new Lyrics \with { instrumentName = "1."
shortInstrumentName = "1." }
However, I would like to make a function out of it. I'm
looking at this page:
http://lilypond.org/doc/v2.18/Documentation/learning/saving-typing-with-variables-and-functions
and th
achieve? Are you meaning to apply *stanza* number, rather
than instrument names? Have a look at:
http://lilypond.org/doc/v2.19/Documentation/notation/stanzas
HTH,
Jeffery
On Thu, Jun 30, 2016 at 4:37 PM, Br. Gabriel-Marie | SSPX
mailto:brgabr...@sspx.org>> wrote:
In my music script I
I've also tried this, but I get a compiler error for "wrong
number of arguments", which makes me wonder if I can replace
whatnumber more than once.
verseNumber = #(define-music-function(whatnumber)(string?)#{
\with { instrumentName = whatnumber shortInstrumentName
= whatnumber }
#})
On
Thanks, Mr. Meyn,
That certainly does the trick.
So you can't write macros for \with{} statements?
Why couldn't I do it this way, if I just want to create the
\with statement?
Where can I find the docs to explain how the macro works?
(I've looked all over)
verseNumber = #(define-music-func
There is this one song that is in c-minor and so the key
signature shows the three flat signs at the beginning of
each staff.
But c-major doesn't need any extra signs.
However, I am numbering my lyrics like this so that I get
numbers on every line:
\new Lyrics \with { instrumentName = "8."
s
Ah! I think I got this one:
\override LyricText #'extra-offset = #'(0.8 . 0)
This will allow me to add extra space between the numbers
(which are in the right place) and the start of the lyric text.
On 7/1/2016 10:46 AM, Br. Gabriel-Marie | SSPX wrote:
There is this one song th
During my piece I have a \break which causes the
time-signature to be inserted at the end of that line, but
all my music fits onto one small page, so I don't want that
extra markup.
So how do I suppress the extra time-signature at the end of
the line?
I found this, but it doesn't seem to do
Oh, I got this one too.
\override TimeSignature.break-visibility = #all-invisible
I wouldn't have posted, but I already spent 20 minutes
trying to figure it out! Then when I post - voila! I get it.
Thanks, y'all, for all of your help.
On 7/1/2016 11:59 AM, Br. Gabriel-Marie |
tter
what setting I use.
\override KeySignature.break-visibility =
#begin-of-line-visible
\override ClefModifier.break-visibility =
#begin-of-line-visible
\override KeyCancellation.break-visibility =
#begin-of-line-visible
On 7/1/2016 12:04 PM, Br. Gabriel-Marie |
Because stanza numbers only appear on the first line. Using
instrumentName to label verse numbers provides automatic
numbering on every line. It wasn't my idea, actually,
credit for that goes to Thomas Morley a few issues ago in
Vol 163:issue 95. It works quite well.
On 7/1/2016 1:30 PM,
Thanks for the discussion, fellas,
So, is there an easy way for me to do this? I only want to
number every line.
If I use \stanza then it only numbers the first line.
If I use \instrumentName then it numbers correctly, but
doesn't leave room for the repeating clef. I can adjust the
position
Joram,
So, I want to do this in the layout context because I want
to use it in an include.
It will get rid of the time signature, but I can't get rid
of the KeyCancellation that appears at the end of the line
after a \break. How do I get rid of that?
\override Staff.TimeSignature.
So, Mr. Harm, I'd like to use your stanza-number-every-line
but I am running the release version of lilypond: 2.18.2-1
and your code calls for version 2.19.44. It won't compile
using the older lilypond either.
So, the download page only provides version 2.18.2-1.
Where can I get a Windows bi
Thanks - I put that in my \layout block and it worked. I
was trying to accomplish it with overrides, but they had no
effect.
Thank you.
On 7/4/2016 11:49 AM, Kevin Barry wrote:
I'm not sure why it behaves differently, but this is how I accomplish it:
\set Staff.explicitKeySignatureVisibilit
How do I undo this?
\omit Staff.KeySignature
Say I set it at the start of the score, how do I re-instate
it later?
signature = { \time 4/4 \key b \major }
verses = \new Voice = "verses" \relative c' {
\signature
fs4 \omit Staff.KeySignature b4 b4 ...
\break
}
chorus = \new Voice
Thank you.
On 7/4/2016 2:46 PM, Kevin Barry wrote:
\undo \omit Staff.KeySignature
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
wordsOne
\wordsTwo
\wordsThree
>>
\layout {}
}
On 7/4/2016 2:15 PM, Thomas Morley wrote:
2016-07-04 18:49 GMT+02:00 Br. Gabriel-Marie | SSPX :
Gabriel-Marie, attached you'll find the most recent
coding. It indeed needs a newer devel-version because of
`l
Uh, (slaps self on forehead).
I forgot this in the layout{}
\keepLineStartStanzaNumbers
That fixes the numbering problem.
On 7/4/2016 4:44 PM, Br. Gabriel-Marie | SSPX wrote:
Okay, fellas, I have a problem with this stanza code then.
When I plug it into my script, this code numbers every
Hey! I think I may have found a possible bug.
So, I have been playing around with the use of
instrumentName and shortInstrumentName for uses of numbering
lyrics.
Now, when have a key signature that doesn't take up much
horizontal space on the bar then it is possible that the
numbers may ov
Mr. Morley, I thought I did open a new thread on the user
list...
Well, I only recall one alternative and that is using Harm's
(is that the same as Abraham?) stanza script. But like I
mentioned, the numbers end up in various places. Using
instrumentName always puts them in the same place.
Mr. Morley,
I want to achieve the numbering to line up at the front of
the lyrics. The script that your other self created to
number the stanza lines does not line them up - it does,
indeed, get the numbering, but not the justification of the
numbers.
That's why I haven't given up using /i
Sorry, I didn't realize embedded images didn't show. I've
attached them this time.
On 7/5/2016 9:10 PM, Br. Gabriel-Marie | SSPX wrote:
Mr. Morley,
I want to achieve the numbering to line up at the front of
the lyrics. The script that your other self created to
number t
Mr. Morley,
Hey! That's it! Thank you very much! It works just like I
imagined it could!
The only thing I can complain about with this is that it
takes forever (nearly 30 seconds, anyway; normally it only
takes a few seconds) to compile. Here is the error log I
get for your script:
St
Recently I updated my lilypond from 2.18 to 2.19.44. I am
using Frescobaldi for the GUI.
It used to take only a few seconds to compile a score, but
now it takes at least 28 seconds every time.
This is the case even if I don't create a midi.
Am I missing something, or is this the case for every
If my music is taking up too much space, how can I scrunch
it horizontally?
In other words, I want to get more notes and lyrics onto a
staff.
I've set this all the way to 0, but am not yet getting the
effect I want.
\override Lyrics.LyricSpace #'minimum-distance = #0.7
_
Thanks for the tips, y'all, for the scrunching. I believe
things are working now. And Urs, thanks for the link to the
lilylib!
On 7/12/2016 1:41 PM, Urs Liska wrote:
Am 12. Juli 2016 20:31:08 MESZ, schrieb "Br. Gabriel-Marie
| SSPX" :
If my music is taking up too much s
I'm stuck, y'all.
I have a song that goes like this:
--
soprano
alto
15 lyric verses in between
tenor
bass
soprano
alto
just one lyric in between - it's the chorus
tenor
bass
soprano
alto
15 lyric verses in between \repeatOfFourWords
tenor
bass
-
38 matches
Mail list logo