Here it is.

Franck

2015-01-27 12:46 GMT-05:00, James Lowe <p...@gnu.org>:
> Hello
>
> On 27/01/15 16:05, Ali Cuota wrote:
>> Hello again,
>>
>> version "2.18.0"
>> I have a western-notation piece that finishes with a dotted-note a4.
>> (very last note)
>> then a gregorian piece.
>> both comes in a book.ly with include "..."
>> Compiling the sole gregorian is ok
>> Compiling the book makes the gregorian have dotted (augmentum) at
>> every notes except \pes
>> This is note so terriffic since putting a s8*1/1000 at the western
>> piece or at the beginning of the gregorian piece solves the problem,
>> but I would say this is a bug...
>>
>> Franck
>
> can you provide a tiny example please?
>
> James
>
\version "2.18.0"

\score {
\relative c'' { \time 6/8 \partial 4.
a4. a4. \bar "||"
}
\addlyrics{
bla bla
}
\layout {
  indent = #0
  ragged-last = ##f
}
}
\version "2.18.0"

% #(set-global-staff-size 18)
% #(set! paper-alist (cons '("mi tamaño" . (cons (* 200 mm) (* 130 mm))) paper-alist))
#(set-default-paper-size "letter")

\paper {
  #(set-paper-size "letter")
  two-sided = ##t
  inner-margin = 20 \mm
  outer-margin = 15 \mm
  top-margin = 20\mm
  bottom-margin = 12\mm
%  print-page-number = ##f
%  head-separation = 0\mm
  foot-separation = 0\mm
%  page-count = 62
%  #(ly:set-option 'point-and-click #f)
}


\layout {
      \context {
      \Score
      \remove "Bar_number_engraver" } 
      ragged-last = ##f
      }

\header {
dedication = "Catedral Primada de Bogotá"
title = "Canta con nosotros"
subtitle = "Cantoral del Coro Polifónico"
subsubtitle = "Edición 2015"
tagline = ""
}

\include "dotted.ly"
\include "grego.ly"

\layout {
      \context {
      \Score
%      \remove "Bar_number_engraver" } 
%  ragged-last = ##t
      }
}
\version "2.18.0"

\include "gregorian.ly"

\score {
  <<
    \new VaticanaVoice = "cantus"
    {
      \clef "vaticana-do3"
      d
      \[ d \pes e \]
      d
      \finalis
      %%%%%%%
    }
    \new Lyrics
    \with {
      \override LyricHyphen.minimum-distance = #2 % Pierre: .7
      \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((basic-distance . 6))
      \override StanzaNumber.font-size = #-3.4
    }
    \lyricsto "cantus"
    {
Re -- bla -- bla.
}
  >>
  \layout {
    ragged-last = ##f
    system-count = 2
    #(layout-set-staff-size 30)
    \context {
      \Score
      \override SpacingSpanner.packed-spacing = ##t
    }
    \context {
      \VaticanaStaff
      \override StaffSymbol.color = #black
      \override LedgerLineSpanner.color = #black
      \override StaffSymbol.staff-space = #1.4 %(magstep 5)
      \override VaticanaLigature.thickness = #1.3
    }
    \context {
      \Lyrics
      \override LyricText.font-size = #-2.6
    }
  }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to