https://codereview.appspot.com/262330043/diff/20001/Documentation/snippets/new/unfretted-headword.ly
File Documentation/snippets/new/unfretted-headword.ly (right):

https://codereview.appspot.com/262330043/diff/20001/Documentation/snippets/new/unfretted-headword.ly#newcode119
Documentation/snippets/new/unfretted-headword.ly:119: \set
Score.markFormatter     =  #format-mark-box-numbers
On 2015/09/07 21:11:48, thomasmorley651 wrote:
Here and below: Do we really want several spacers before "="?

Well, it's commit
commit 13da8b27aabc5d5a752d00ed1e2b99ad20f0f264
Author: David Kastrup <d...@gnu.org>
Date:   Mon Oct 29 16:25:02 2012 +0100

    Rerun scripts/auxiliar/update-with-convert-ly.sh

for version 2.17.6 which made a hash of the indentations:
@@ -126,9 +126,9 @@ ViolinSolo = \relative c' {
   \voiceOne

   \set Score.markFormatter     =  #format-mark-box-numbers
-  \override Score.VoltaBracket #'font-name                  = #"sans"
-  \override Score.VoltaBracket #'extra-offset               = #'(0 . 1)
-  \override SpacingSpanner     #'uniform-stretching         = ##t
+  \override Score.VoltaBracket.font-name                  = #"sans"
+  \override Score.VoltaBracket.extra-offset               = #'(0 . 1)
+  \override SpacingSpanner.uniform-stretching         = ##t


   %% Measure 1
@@ -220,7 +220,7 @@ ViolinSolo = \relative c' {
       \new Staff \ViolinSolo
     >>

-    \override Score.Rest #'transparent = ##t
+    \override Score.Rest.transparent = ##t
     \set Score.defaultBarType          = "-"
   >>

Conversions like that lead to the question how much sense there is in
this sort of block aligns in the first place.

https://codereview.appspot.com/262330043/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to