summaryrefslogtreecommitdiff
path: root/ly/property-init.ly
diff options
context:
space:
mode:
authorKevin Barry <barrykp@gmail.com>2015-02-19 15:51:52 +0000
committerJames Lowe <pkx166h@gmail.com>2015-03-01 10:53:10 +0000
commit67ed495d4f5e6a02224f87faf4c00979996675e0 (patch)
tree4343437f0912294d357db429b465fc32d769c4a6 /ly/property-init.ly
parentd740612bb41672446873e307ba3b7c605be9b2f6 (diff)
Doc: replaced tabs with spaces in /ly/*.ly
Issue 1432 A number of the *.ly files have a mixture of tabs and spaces to generate their indents. This can lead to ugly/unhelpful indenting for some editors. The tabs should be replaced with spaces.
Diffstat (limited to 'ly/property-init.ly')
-rw-r--r--ly/property-init.ly18
1 files changed, 9 insertions, 9 deletions
diff --git a/ly/property-init.ly b/ly/property-init.ly
index ef1bea45de..8077aa231e 100644
--- a/ly/property-init.ly
+++ b/ly/property-init.ly
@@ -200,10 +200,10 @@ easyHeadsOff = {
fermataMarkup =
#(make-music 'MultiMeasureTextEvent
- ;; Set the 'text based on the 'direction
- 'text (make-fermata-markup)
+ ;; Set the 'text based on the 'direction
+ 'text (make-fermata-markup)
'tweaks '((outside-staff-priority . 40)
- (outside-staff-padding . 0)))
+ (outside-staff-padding . 0)))
%% font sizes
@@ -424,10 +424,10 @@ phrasingSlurDotted =
\override PhrasingSlur.dash-definition = #'((0 1 0.1 0.75))
phrasingSlurHalfDashed =
\override PhrasingSlur.dash-definition = #'((0 0.5 0.4 0.75)
- (0.5 1 1 1))
+ (0.5 1 1 1))
phrasingSlurHalfSolid =
\override PhrasingSlur.dash-definition = #'((0 0.5 1 1)
- (0.5 1 0.4 0.75))
+ (0.5 1 0.4 0.75))
phrasingSlurSolid =
\revert PhrasingSlur.dash-definition
@@ -508,9 +508,9 @@ ratio of line to space repeated at @var{dash-period} interval for slurs.")
slurDashed = \override Slur.dash-definition = #'((0 1 0.4 0.75))
slurDotted = \override Slur.dash-definition = #'((0 1 0.1 0.75))
slurHalfDashed = \override Slur.dash-definition = #'((0 0.5 0.4 0.75)
- (0.5 1 1 1))
+ (0.5 1 1 1))
slurHalfSolid = \override Slur.dash-definition = #'((0 0.5 1 1)
- (0.5 1 0.4 0.75))
+ (0.5 1 0.4 0.75))
slurSolid = \revert Slur.dash-definition
@@ -663,9 +663,9 @@ ratio of line to space repeated at @var{dash-period} interval for ties.")
tieDashed = \override Tie.dash-definition = #'((0 1 0.4 0.75))
tieDotted = \override Tie.dash-definition = #'((0 1 0.1 0.75))
tieHalfDashed = \override Tie.dash-definition = #'((0 0.5 0.4 0.75)
- (0.5 1 1 1))
+ (0.5 1 1 1))
tieHalfSolid = \override Tie.dash-definition = #'((0 0.5 1 1)
- (0.5 1 0.4 0.75))
+ (0.5 1 0.4 0.75))
tieSolid = \revert Tie.dash-definition