Okay, then it breaks already after the fourth note ... this doesn´t help much.
Now I added some more \noBreak commands after other notes and now it
fits into one line.
That´s not what I would call a "clean solution" ... :-/
Dominic
2008/7/29 Thomas Scharkowski <[EMAIL PROTECTED]>:
> I don't have an annswer, but just ad a \noBreak after the c.
> Thomas
>
>> Thanks for your quick answer - it works good!
>>
>> Now I´ve got the problem, that I cannot press this short piece into
>> one line. I use a special paper size because these songs will be
>> printed in a small songbook. Can you give me a hint why I can scale
>> everything down but LilyPond inserts a break everytime even if there´s
>> obviously enough space to print it in only one line?
>>
>> Is there a simple way to place the star symbol exactly under the
>> breathe symbol?
>>
>> Thanks, Dominic
>>
>>
>> \version "2.11.44"
>> \include "gregorian-init.ly"
>>
>> #(set-global-staff-size 10)
>>
>> \score {
>> <<
>> \new VaticanaVoice = "cantus" {
>> \clef "vaticana-do3"
>> f f d c \[ f \pes g \] f \breathe
>> g g a f f \finalis
>> \break
>> }
>> \new Lyrics \lyricsto "cantus" {
>> Ich fürch -- te kein Un -- _ "heil: *"
>> du bist ja bei mir.
>> }
>> >>
>> }
>>
>> \paper {
>> line-width = 9\cm
>> paper-width = 94\mm
>> paper-height = 135\mm
>> top-margin = 2\mm
>> bottom-margin = 2\mm
>> head-separation = 0\mm
>> foot-separation = 0\mm
>> page-top-space = 0\mm
>> between-system-space = 0\mm
>> between-system-padding = 2\mm
>>
>> ragged-bottom = ##t
>> ragged-last-bottom = ##f
>> print-page-number = ##f
>> }
>>
>> 2008/7/29 Joseph Haig <[EMAIL PROTECTED]>:
>> > Support for Gregorian Chant is not great in Lilypond, unfortunately,
>> > but you can use it for simple things.
>> >
>> > For bar lines, you want to use the special commands that are set up
>> > by gregorian-init.ly. Specifically, the double bar line is
>> > \finalis. See section 7.7.9 (Divisiones) for the whole list. I
>> > think you will still need to use \bar "" to indicate places where
>> > the line can be split.
>> >
>> > Regards,
>> >
>> > Joe
>> >
>> > 2008/7/29 Dominic Neumann <[EMAIL PROTECTED]>:
>> >> Hi,
>> >>
>> >> I´m new to gregorian typesetting but I´ve seen that there´s already
>> >> support for it in LilyPond. Can you tell me how I can add a double
>> >> bar at the end?
>> >>
>> >> And there is a wrong note at the end? How can I delete it?
>> >>
>> >> Is it at all a good idea to start typesetting gregorian chants with
>> >> LilyPond or are there too many diffulcuties by now?
>> >>
>> >> Thanks,
>> >>
>> >> Dominic
>> >>
>> >>
>> >>
>> >> \version "2.11.44"
>> >> \include "gregorian-init.ly"
>> >>
>> >> \score {
>> >> <<
>> >> \new VaticanaVoice = "cantus" {
>> >> \clef "vaticana-do3"
>> >> f f d c \[ f \pes g \] f \breathe
>> >> g g a f f \bar "||"
>> >> }
>> >> \new Lyrics \lyricsto "cantus" {
>> >> Ich fürch -- te kein Un -- _ "heil: *"
>> >> du bist ja bei mir.
>> >> }
>> >> >>
>> >> }
>> >>
>> >> _______________________________________________
>> >> lilypond-user mailing list
>> >> [email protected]
>> >> http://lists.gnu.org/mailman/listinfo/lilypond-user
>> >>
>> >>
>> >
>> >
>> > _______________________________________________
>> > lilypond-user mailing list
>> > [email protected]
>> > http://lists.gnu.org/mailman/listinfo/lilypond-user
>> >
>> >
>>
>
>
>
>
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user