Menu

#187 Gregorian too much space between clef and first neume

Accepted
nobody
None
Defect
2015-09-15
2006-12-24
Anonymous
No

Originally created by: *anonymous

Originally created by: *anonymous

Originally created by: gpermus@gmail.com
Originally owned by: gpermus@gmail.com

% m.s.d@poczta.pf.pl

% There is too much space between the clef and the first neume
% of the piece.  The second and third lines are ok.

\version "2.11.3"
\include "gregorian-init.ly"
\score {
  \new VaticanaStaff {
    \context VaticanaVoice = "cantus" {
      \clef "vaticana-do1"
      \relative {
        \[ a \] \bar "" \break
        \[ d \] \bar "" \break
        \[ g \]
        \finalis
      }
    }
  }
}
1 Attachments

Discussion

  • Google Importer

    Google Importer - 2008-05-30

    Originally posted by: v.villenave

    (Reproduced with 2.11.47)

     
  • Simon Albrecht

    Simon Albrecht - 2015-09-15
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -3,23 +3,26 @@
     *Originally created by:* [gpermus@gmail.com](http://code.google.com/u/gpermus@gmail.com/)
     *Originally owned by:* [gpermus@gmail.com](http://code.google.com/u/gpermus@gmail.com/)
    
    +~~~~
    +:::TeX
     % m.s.d@poczta.pf.pl
    
     % There is too much space between the clef and the first neume
    -% of the piece.  The second and third lines are ok.
    +% of the piece.  The second and third lines are ok.
    
     \version "2.11.3"
     \include "gregorian-init.ly"
    -\score \{
    -    \new VaticanaStaff \{
    -        \context VaticanaVoice = "cantus" \{
    -            \clef "vaticana-do1"
    -            \relative \{
    -                \\\[ a \\\] \bar "" \break
    -                \\\[ d \\\] \bar "" \break
    -                \\\[ g \\\]
    -                \finalis
    -            \}
    -        \}
    -    \}
    -\}
    +\score {
    +  \new VaticanaStaff {
    +    \context VaticanaVoice = "cantus" {
    +      \clef "vaticana-do1"
    +      \relative {
    +        \[ a \] \bar "" \break
    +        \[ d \] \bar "" \break
    +        \[ g \]
    +        \finalis
    +      }
    +    }
    +  }
    +}
    +~~~~
    
    • Needs: -->
    • Patch: -->
     

Log in to post a comment.