X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Funfretted-headword.ly;h=31ed44ac7c5cd6406ac1e506e52294f12887549a;hb=b27579f3a9b2311232f8eb1f11403f560dcc9b17;hp=6eb98384e1da44ecbe44b2fda92d29349722732a;hpb=e18531db1f79fb685fbd16d6a2a67bf4b6c09915;p=lilypond.git diff --git a/Documentation/snippets/unfretted-headword.ly b/Documentation/snippets/unfretted-headword.ly index 6eb98384e1..31ed44ac7c 100644 --- a/Documentation/snippets/unfretted-headword.ly +++ b/Documentation/snippets/unfretted-headword.ly @@ -1,7 +1,21 @@ -% Do not edit this file; it is automatically -% generated from Documentation/snippets/new -% This file is in the public domain. -%% Note: this file works from version 2.12.0 +%% 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.15.32" + +\header { + lsrtags = "headword" + + texidoc = " +Unfretted headword + +" + doctitle = "Unfretted headword" +} % begin verbatim + % #!lilypond lcp-extract.ly -*- coding: utf-8; -*- %%% @@ -25,19 +39,8 @@ %% Statement Date: Octber the 9th, 2008 -\header { - lsrtags = "headwords" - texidoc = "" - doctitle = "headword" -} % begin verbatim - - - -\version "2.13.10" -#(set-global-staff-size 15) - %%% -%%% Abreviations +%%% Abbreviations %%% db = \markup { \musicglyph #"scripts.downbow" } @@ -97,7 +100,7 @@ tupletbp = \once \override Staff.TupletBracket #'padding = #2.25 %% Flag [Note Head - Stem] %% -noflag = \once \override Stem #'flag-style = #'no-flag +noflag = \once \override Flag #'style = #'no-flag %%% %%% Functions