jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/401661 )

Change subject: Remove extra indentations from lilypond template
......................................................................


Remove extra indentations from lilypond template

The indentations find themselves in the provided LY files, and are
aesthetically unpleasing, even if there is no consequence when
engraving.

Change-Id: I58e6f6a0c8374a88067c0fde0c75202918e5e6b8
---
M includes/Score.php
1 file changed, 13 insertions(+), 13 deletions(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/Score.php b/includes/Score.php
index b260a2d..18b2596 100644
--- a/includes/Score.php
+++ b/includes/Score.php
@@ -732,19 +732,19 @@
                /* Raw code. In Scheme, ##f is false and ##t is true. */
                /* Set the default MIDI tempo to 100, 60 is a bit too slow */
                $raw = <<<LILYPOND
-                       \\header {
-                               tagline = ##f
-                       }
-                       \\paper {
-                               raggedright = ##t
-                               raggedbottom = ##t
-                               indent = 0\mm
-                       }
-                       \\version "$version"
-                       \\score {
-                               $lilypondCode
-                               $options
-                       }
+\\header {
+       tagline = ##f
+}
+\\paper {
+       raggedright = ##t
+       raggedbottom = ##t
+       indent = 0\mm
+}
+\\version "$version"
+\\score {
+       $lilypondCode
+       $options
+}
 LILYPOND;
 
                return $raw;

-- 
To view, visit https://gerrit.wikimedia.org/r/401661
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I58e6f6a0c8374a88067c0fde0c75202918e5e6b8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Score
Gerrit-Branch: master
Gerrit-Owner: Ebe123 <beauleetien...@gmail.com>
Gerrit-Reviewer: Ebe123 <beauleetien...@gmail.com>
Gerrit-Reviewer: Legoktm <lego...@member.fsf.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to