X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Finserting-score-fragments-above-a-staff%2C-as-markups.ly;h=1dfecc7d40427e28d420ac962baec9068488fdb9;hb=f22c889b1389cb7d761580762fe77973780f2f86;hp=66f1a637812674e5e436203840e548820798b108;hpb=1c859650b6ff11a7dbe829328fd5cae3816b9231;p=lilypond.git diff --git a/Documentation/snippets/inserting-score-fragments-above-a-staff,-as-markups.ly b/Documentation/snippets/inserting-score-fragments-above-a-staff,-as-markups.ly index 66f1a63781..1dfecc7d40 100644 --- a/Documentation/snippets/inserting-score-fragments-above-a-staff,-as-markups.ly +++ b/Documentation/snippets/inserting-score-fragments-above-a-staff,-as-markups.ly @@ -1,23 +1,29 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.dsi.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. -\version "2.13.1" +\version "2.14.2" \header { - lsrtags = "staff-notation" + lsrtags = "real-music, staff-notation" texidoc = " The @code{\\markup} command is quite versatile. In this snippet, it contains a @code{\\score} block instead of texts or marks. " - doctitle = "Inserting score fragments above a staff, as markups" + doctitle = "Inserting score fragments above a staff as markups" } % begin verbatim + tuning = \markup { \score { \new Staff \with { \remove "Time_signature_engraver" } { - \clef bass 1 + \clef bass + 1 } \layout { ragged-right = ##t } } @@ -38,4 +44,3 @@ tuning = \markup { g8 a g a g8 a g a } -