lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to add double barlines to a gregorian chant?


From: Thomas Scharkowski
Subject: Re: How to add double barlines to a gregorian chant?
Date: Tue, 29 Jul 2008 20:07:53 +0200

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 <address@hidden>:
> > 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 <address@hidden>:
> >> 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
> >> address@hidden
> >> http://lists.gnu.org/mailman/listinfo/lilypond-user
> >>
> >>
> >
> >
> > _______________________________________________
> > lilypond-user mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/lilypond-user
> >
> >
>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]