lilypond-user
[Top][All Lists]
Advanced

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

Re: laying out plainsong chant


From: Noeck
Subject: Re: laying out plainsong chant
Date: Fri, 11 Oct 2013 11:08:31 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0

Hi Gabe,

> 1) How to create the "bar" in the music (I've inserted rests just to show
> where they go) ?

here is a hack, that looks similar to the desired bar. I am sure there
are better ways to do this (perhaps using postscript), but it looks very
similar:

\version "2.17.26"

% definition of the long bar
longbar = {
  \override Rest #'font-size = #4
  \override Rest #'staff-position = #-2
  r2*1/4
  \once \override Rest #'extra-offset = #'(-1.3 . 0)
  r2*1/4
  \revert Rest #'font-size
  \revert Rest #'staff-position
}

%usage (example)
{
  \cadenzaOn
  r4 \longbar r4
}

> 4) how to add an "umlaut" over a letter as in the example.

For vowels you can use the corresponding unicode characters:
äëïöüÿ also combined with other marks:  ï̈́

HTH,
Joram




reply via email to

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