lilypond-user
[Top][All Lists]
Advanced

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

Fwd: barline in gregorian


From: Marc Mouries
Subject: Fwd: barline in gregorian
Date: Fri, 9 Sep 2011 20:37:31 -0400

that was my reponse to Marek and it works fine in my Bach transcriptions.

---------- Forwarded message ----------
From: Marc Mouries <address@hidden>
Date: Fri, Sep 9, 2011 at 2:36 PM
Subject: Re: barline in gregorian
To: Marek Klein <address@hidden>


that's what i use:

divisioMaior = {
   \once \override Score.BarLine #'stencil = #ly:breathing-sign::divisio-maior
}

Melody = \relative g'' {
    \clef treble
    \time 3/8
    \key d \minor
    \repeat volta 2 { %begin 1st section
        %{  1 %}     g16    [ bf    g     d     g      d  ] \divisioMaior
        %{  2 %}    bf16    [ d     bf    g     bf     g  ]
        %{  3 %}     d16    [ g     d-0   bf    d      bf ] \divisioMaior
        %{  4 %}     g16    [ bf    d-0   g     bf     d  ]


On Fri, Sep 9, 2011 at 4:29 AM, Marek Klein <address@hidden> wrote:
Hello,
how can I have barline displayed in this snippet:

\version "2.14.1"
\include "gregorian.ly"

\score {
  \new VaticanaVoice \relative c'{
    c d e c \bar "|"
    e d c e
    }
  \layout {
  }
}

It used to work before, if I remember it correctly.

(I know I can use \divisioMaxima)

Marek
--
Marek Klein
http://gregoriana.sk

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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