lilypond-user
[Top][All Lists]
Advanced

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

Re: Klammern und verkleinerte Noten


From: Bernhard Kleine
Subject: Re: Klammern und verkleinerte Noten
Date: Wed, 8 Mar 2017 19:29:44 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Obviously that is not so simple:  see the working example. One wonders
how to add parenthesis.

In addition omitting the \grace s8 in chord names makes the output even
worth, the time indicator is repeated ofter the grace note.  BTW the
structure is from Fresobaldi with the help of the partitur assistent.

Regards Bernhard

\version "2.19.49"
\language "deutsch"

global = {
  \key f \major
  \time 4/4
  \partial 4
  \autoBeamOff
}
chordNames = \chordmode {
  \global 
  \set chordNameLowercaseMinor = ##t
  \grace s8 s4 | f1|    
}
soprano = \relative c' { \global \grace f8 f8 g | a2~ a8 a  \bar "|." }
alto    = \relative c' { \global \grace f8 f8 f| }
tenor   = \relative c' { \global \grace a8 a8 b| }
bass    = \relative c  { \global \grace f8 f8 f | f2~ f8 f }

verseOne = \lyricmode {
  \set stanza = "1." Lie -- be ist die Macht des Him -- mels. }
verseTwo = \lyricmode {
  \set stanza = "2." Fehlt die  }
verseThree = \lyricmode {
  \set stanza = "3."  Die_Lieb' ist }

chordsPart = \new ChordNames \chordNames
choirPart = \new ChoirStaff <<
  \new Staff \with {
    instrumentName = \markup \center-column { "Sopran" "Alt" }
  } <<
    \new Voice = "soprano" { \voiceOne \soprano }
    \new Voice = "alto" { \voiceTwo \alto }
  >>
  \new Lyrics \with {
    \override VerticalAxisGroup #'staff-affinity = #CENTER
  } \lyricsto "soprano" \verseOne
  \new Lyrics \with {
    \override VerticalAxisGroup #'staff-affinity = #CENTER
  } \lyricsto "soprano" \verseTwo
  \new Lyrics \with {
    \override VerticalAxisGroup #'staff-affinity = #CENTER
  } \lyricsto "soprano" \verseThree
  \new Staff \with {
    instrumentName = \markup \center-column { "Tenor" "Bass" }
  } <<
    \clef bass
    \new Voice = "tenor" { \voiceOne \tenor }
    \new Voice = "bass" { \voiceTwo \bass }
  >>
>>

\score {
  <<
    \chordsPart
    \choirPart
  >>
  \layout { }
}

-- 
spitzhalde9
D-79853 lenzkirch
address@hidden
www.b-kleine.com, www.urseetal.net
-
thunderbird mit enigmail
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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