]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/instrument-notation.itely,
authorJürgen Reuter <j@web.de>
Tue, 6 Jun 2006 21:19:17 +0000 (21:19 +0000)
committerJürgen Reuter <j@web.de>
Tue, 6 Jun 2006 21:19:17 +0000 (21:19 +0000)
input/regression/breathing-sign-ancient.ly,
input/test/divisiones.ly: Removed redundant property settings for
vaticana contexts.

* ly/gregorian-init.ly: Minor edit of comments.

ChangeLog
Documentation/user/instrument-notation.itely
input/regression/breathing-sign-ancient.ly
input/test/divisiones.ly
ly/gregorian-init.ly

index 20ef8842a56fc3328fe81edc8e81455e16fc8ac7..899f05535f285fc4feb130c0097d7b82e922d638 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
 
+       * Documentation/user/instrument-notation.itely,
+       input/regression/breathing-sign-ancient.ly,
+       input/test/divisiones.ly: Removed redundant property settings for
+       vaticana contexts.
+
        * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
        fix lyrics alignment problems.  They are implemented now as scheme
        functions that add the appropriate unicode char to the first lyric
-       event rather than adding a separate lyric event.
+       event rather than adding a separate lyric event.  Minor edit of
+       comments.
 
 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
index 30f112dcc4c8fbfe6b6677f7fa28922e1dd6fc21..fb1efda26d9bd63b271f4d3a94687ea77e0a6793 100644 (file)
@@ -2909,8 +2909,6 @@ Editio Vaticana style.
 \include "gregorian-init.ly"
 \score {
   \new VaticanaVoice {
-    \override Staff.StaffSymbol #'color = #red
-    \override Staff.LedgerLineSpanner #'color = #red
     \override TextScript #'font-family = #'typewriter
     \override TextScript #'font-shape = #'upright
     \override Script #'padding = #-0.1
@@ -4159,17 +4157,13 @@ the following excerpt demonstrates
 \score {
   <<
     \new VaticanaVoice = "cantus" {
-      \override Staff.StaffSymbol #'color = #red
-      \override Staff.LedgerLineSpanner #'color = #red
-      \override Score.BarNumber #'transparent = ##t {
-        \[ c'\melisma c' \flexa a \]
-        \[ a \flexa \deminutum g\melismaEnd \]
-        f \divisioMinima
-        \[ f\melisma \pes a c' c' \pes d'\melismaEnd \]
-        c' \divisioMinima \break
-        \[ c'\melisma c' \flexa a \]
-        \[ a \flexa \deminutum g\melismaEnd \] f \divisioMinima
-      }
+      \[ c'\melisma c' \flexa a \]
+      \[ a \flexa \deminutum g\melismaEnd \]
+      f \divisioMinima
+      \[ f\melisma \pes a c' c' \pes d'\melismaEnd \]
+      c' \divisioMinima \break
+      \[ c'\melisma c' \flexa a \]
+      \[ a \flexa \deminutum g\melismaEnd \] f \divisioMinima
     }
     \new Lyrics \lyricsto "cantus" {
       San- ctus, San- ctus, San- ctus
index 5e4de07dfc3bc6a504b5fd12ab384f721453aefe..7c9d1961fb23bd3dd8618bc0572bba04270b9439 100644 (file)
@@ -11,38 +11,29 @@ finalis, the latter three looking similar to bar glyphs.
 
 \include "gregorian-init.ly"
 
-
-%%
-%% Gregorian notation:
-%%
 \context VaticanaStaff {
   \relative c' {
-
-    %% we turn bars and bar numbers off for Gregorian stuff
-    \override Staff.BarLine  #'transparent = ##t
-    \override Score.BarNumber  #'transparent = ##t
-
-    %% here is no \breathe
+    % here is no \breathe
     c g c
 
-    %% \virgula applies rcomma, but in a smaller font
+    % \virgula applies rcomma, but in a smaller font
     c \virgula g c
 
-    %% \caesura applies rvarcomma, but in a smaller font
+    % \caesura applies rvarcomma, but in a smaller font
     c \caesura g c
 
-    %% \divisioMinima is a simple vertical stroke through the
-    %% uppermost staffline, just like the original implementation
-    %% of breathing signs.
+    % \divisioMinima is a simple vertical stroke through the
+    % uppermost staffline, just like the original implementation
+    % of breathing signs.
     c \divisioMinima g c
 
-    %% \divisio{maior,maxima} and \finalis look like bars and are
-    %% vertically centered on the staff; the direction property has
-    %% no effect
+    % \divisioMaior, \divisioMaxima and \finalis look like bars and
+    % are vertically centered on the staff; the direction property
+    % has no effect
     c \divisioMaior g c
     c \divisioMaxima g c
 
-    %% this one looks almost like a "||" type bar
+    % this one looks almost like a "||" type bar
     \finalis
   }
 }
index b98091432eb799a0c1854dcdce4ed5ee1b1b04fe..d3054f99b60c72e084137f41bff2bc9185b51591 100644 (file)
@@ -16,7 +16,6 @@ Choices are @code{divisioMinima}, @code{divisioMaior},
 \score {
   <<
     \context VaticanaVoice {
-      \override Staff.StaffSymbol #'color = #red
       \override TextScript  #'padding = #3
       g a g
       s^\markup { "divisio minima" }
index 008cb6e1182e2a1bf1740ac4ed3229e04ee604f9..22470810837c5aa1e0fc2172e0d5dc1988578fdc 100644 (file)
@@ -1,8 +1,9 @@
-\version "2.7.39"
+%{
+  Shortcuts common for all styles of gregorian chant notation.
+  $Id: gregorian-init.ly,v 1.46 2006/06/06 21:19:17 reuter Exp $
+%}
 
-%%%%%%%%
-%%%%%%%% shortcuts common for all styles of gregorian chant notation
-%%%%%%%%
+\version "2.7.39"
 
 %
 % Declare memorable shortcuts for special unicode characters
@@ -17,8 +18,14 @@ IIJ = \lyricmode { IIJ }
 ij = \lyricmode { ij }
 iij = \lyricmode { iij }
 
+%
 % Given some music that represents lyrics, add a prefix to the first
 % lyric event.
+%
+% TODO: Robustify this function.  For example, this function works
+% correctly for "\versus { some lyrics }", but it barfs with a wrong type
+% argument error for e.g. "\versus some lyrics".
+%
 #(define (add-prefix-to-lyrics prefix music)
    (make-music
     'SequentialMusic