That seems to work, however, the numbers are outside the music and I'd
like them closer to the lyrics (just like stanza places them),
however, the fix reported in 2005 doesn't seem to work.
http://www.mail-archive.com/lilypond-user@gnu.org/msg10022.html
-tom
On 2009 Feb 25, at 01:29, James
lilypond-book -o out --pdf hymns.lytex && cd out && pdflatex hymns.tex
&& cd ..
This is with lilypond 2.12.2 and pdflatex 3.1415926-1.40.9-2.2 on Mac
OS X 10.5.6
-tom
On 2009 Mar 05, at 01:13, Mats Bengtsson wrote:
Exactly what commands do you use to process the files?
/Mats
Tom wrot
A feature I would like is to make it so that barchecks don't fail on
the end of a staff started with \partial. Especially in songs, the
last measure will usually be cut down by the same amount as the
\partial at the beginning. Currently I have to hide the time signature
and change time at t
> Bar checks are only intended to help you make sure that LilyPond thinks
> that the measure is
> finished at the same place as you think it is.
>
> If you want an ending bar line, just use \bar "|." (or whatever bar type
> you wish) but not a bar check.
>
> /Mats
llows me
to put all the timing information in the Soprano voice and have the Alto
voice inherit it.
-tom
On Tue, Apr 7, 2009 at 8:58 AM, Mats Bengtsson wrote:
>
>
> Tom Dickson wrote:
>
>> I use it to verify I didn't make a mistake in the last measure, especially
>> when I h
On Tue, Apr 7, 2009 at 1:10 PM, Mats Bengtsson wrote:
> Trevor Daniels wrote:
>
>> I see what you're suggesting now - you'd like the bar check on the final
>> bar automatically to take the initial \partial into account, if there was
>> one, by adding the length of first and last bars together, rig
On Tue, Apr 7, 2009 at 1:33 PM, James E. Bailey wrote:
> What an interesting suggestion. What about \partial in the middle of a
> piece?
>
I would suggest an \endPartial command or similar that tells LilyPond to
check the partial that began it. Perhaps it's too detailed.
-tom
_
On 2009 Apr 19, at 20:31, lilypond-user-requ...@gnu.org wrote:
I need to put verse numbers in every line of the hymns. There are
3 to 6
verses.
\set stanza = "1." does it for the first line, first verse.
\set shortVocalName = "*1."does it for all the lines, first
verse but
On 2009 Apr 19, at 21:21, Frédéric Bron wrote:
This mostly works for me, but I get nothing on the first line
unless I also
include a \set stanza.
verseOne = \lyricmode {
\set stanza = #"1."
\set shortVocalName = "1."
\override InstrumentName #'X-offset = #2
\override InstrumentNa
What I normally do is just typeset the music as one piece, and then
one verse is extra long.
So:
sopMusic { cccetc}
verseOne { A song A chorus}
verseTwo { A song}
This shows correctly and the most I have to do is \break the music at
the right place. You can even use a \markup to add R
It doesn't work correctly - it appears Scheme doesn't like the second
use of the variable?
verseNumber = #(define-music-function (parser location markp) (string?)
#{
\set vocalName = $markp
\set shortVocalName = $markp
\override InstrumentName #'X-offset = #2
\override Instrumen
Tom Dickson-3 wrote:
>
> It doesn't work correctly - it appears Scheme doesn't like the second
> use of the variable?
>
> verseNumber = #(define-music-function (parser location markp) (string?)
> #{
> \set vocalName = $markp
> \set shortVocalName = $mar
In the attached example, the "music" begins with a rest (r8) - and
vocalName and shortVocalName don't print on the first line, but do on
subsequent lines.
If I change the rest to a note, it prints correctly (but has an extra
note). Trying a skip and/or a g8\rest both don't work, either.
A
I'd like to get a half bar similar to the one you get in Gregorian
mode but without switching to Gregorian mode. I assume that this can
be done, but I'm not sure how.
Specifically, I'd like to be able to use \divisioMaior in normal mode
- could I simply find the definition of it in gregoria
usic at the
verse lines. What'd I'd really like is to be able to add something
like \bar "halfbar" or similar.
-tom
On 2009 Jun 12, at 19:15, Jonathan Kulp wrote:
Tom Dickson wrote:
I'd like to get a half bar similar to the one you get in Gregorian
mode but wi
Thanks! That worked perfectly.
-tom
On 2009 Jun 13, at 10:38, Kieren MacMillan wrote:
Hi Tom (and Jon)
This almost works perfectly - however, it still prints the actual
barline (or puts the space for it if I set it transparent) as seen
here:
Why not just override the BarLine itself?
\v
I have a setting of O Come, O Come Emmanuel that I want to make the refrain in
four-part harmony, but leave the rest of the hymn in melody. Right now I'm
"cheating" by putting the Refrain as the last part of the first verse.
A copy of the file is here:
http://schnecke.bombcar.com/random/ocomeoc
re {
><<
> \new Staff << \melody \global >>
> \new ChoirStaff <<
> \new Staff << \global << \new Voice = Soprano { \voiceOne \Soprano}
> \new Voice = Alto{ \voiceTwo \Alto }>> >>
> \new Staff << \cle
I have a piece that has a decrescendo over the last note - what's the best way
to set this?
I tried "c\> \!" but it doesn't work. Is the only option to use a s1?
-tom
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailma
I noticed in the digest someone talking about Lilypond for Mac working on an
external disk but not on the internal one - it is possible that they are
formatted differently. The Mac offers various filesystems, some of which are
case insensitive and some which are not! It may be informative to check
I have a file (available at http://schnecke.bombcar.com/random/test.ly ) that
puts extra flats after the "refrain".
If I remove the second \key bes \major line in "sopMusic" then the extra flats
disappear, but the accidentals make it look like it's in C Major or something.
I suspect that this i
I have a \score block at the end of each file that is basically the same, so I
want to move it to an \include.
However, the one line that can change is the \tempo 4 = 72 line.
I tried to define variables in the calling file:
noteName = 4
noteTempo = 72
but
\tempo \noteName = \noteTempo
did
In your files, instead of:
\midi
Have:
\include midi.ly
And then you can edit midi.ly to have \midi or not depending on what you
want to do.
-tom
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Hello,
I'm trying to combine the two snippets found here:
http://lsr.dsi.unimi.it/LSR/Snippet?id=503
http://lsr.dsi.unimi.it/LSR/Snippet?id=265
But adding the \rightbrace is adding a bunch of space above the first verse,
and also it is not correctly centered on the verse - the center of the bra
I have a piece where I want to change keys without the key change being shown
at the end of the previous line.
\relative c' {
\override Staff.TimeSignature #'stencil = ##f
\key bes \major
g'1 g1 \bar "|." | \break
\set Staff.printKeyCancellation = ##f
\over
On 2010/02/05, at 2:10 AM, Trevor Daniels wrote:
> The two sections "Using break-visibility" and
> "Special considerations", both in section 5.4.7 of the Notation Reference
> will show you how to do this. The
> "Special considerations" section contains the information
> you need.
>
> Trevor
T
Would it be possible to modify or use slurs and then manually position a dot
near it?
-tom
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
I have a verse that has a very long slur, and the lyrics run into the slur.
Technically, it's the dashes that are printed between the syllables. I'm able
to change the font for that part of the verse to italics, but I can't seem to
figure out what to use to increase the vertical spacing at that pla
I keep an offline copy of the Lilypond manual; is there a way to
use GIT or similar to just update my copy without having to
download a 200+ MB tarball each time?
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listin
29 matches
Mail list logo