lilypond-devel
[Top][All Lists]
Advanced

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

Re: time signature in ancient notation


From: Juergen Reuter
Subject: Re: time signature in ancient notation
Date: Tue, 28 Mar 2006 00:08:28 +0200 (CEST)


Yes, this looks better. Now, that we have "barAlways = ##t", we can also drop these "dMinima" etc. definitions. I also set the \version to 2.8.0 (just looks nicer in the source). Result is attached. I think it's still not perfect, but much better than what is currently in the docu.

Graham, what do you think, could we put attached template into the docu instead of that currently in 3.7.2? By the way, we have now "3.5.1 Transcription of mensural music" and "3.7.2 Gregorian transcription template". Maybe, these should be put together into a single section (and maybe the two titles harmonized)?

Greetings,
Juergen


On Tue, 21 Mar 2006, Geoff Horton wrote:

Mmmh, well, it's neither a semantically clean nor a typographically
correct solution.  I would call it a workaround...

Or an ugly hack :) But it works.

Did you try setting "barAlways = ##t" in Score context?

No, but I have now. I had to remove the bar engraver for that to work.
Is that better or worse than the way it is now? Neither one is pretty,
but then the whole thing isn't pretty, either.

(BTW, the \include "english.ly" in my original file isn't needed, of course.)

My new file:

\include "gregorian-init.ly"

\version "2.7.38"

dMinima = { \divisioMinima \bar "" }
dMaior = { \divisioMaior \bar "" }
dfinalis = { \finalis \bar "" }

chant = \relative c' {
 \set Score.timing = ##f
 f4 a2 \dMinima
 g4 b a2 f2 \dMaior
 g4( f) f( g) a2 \dfinalis
}

verba = \lyricmode {
 Lo -- rem ip -- sum do -- lor sit a -- met
}

\score {
 \context Staff <<
   \context Voice = melody {
     \chant
   }
   \context Lyrics = one \lyricsto melody \verba
 >>
 \layout {
   ragged-right = ##t
   \context {
     \Staff
     \remove "Time_signature_engraver"
     \remove "Bar_engraver"
     \override Stem #'transparent = ##t
   }
   \context {
     \Voice
     \override Stem #'length = #0
   }
   \context {
     \Score
     barAlways = ##t
   }
 }
}


------------------------
Results are attached. I'd drop the ragged-right before putting it in the manual.

Geoff

Attachment: greg-template.ly
Description: Text document


reply via email to

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