]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/printing-marks-on-every-staff.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / printing-marks-on-every-staff.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "text"
7
8 %% Translation of GIT committish: e968d89055d045a29276db76970570f30ccc917e
9   texidoces = "
10 Aunque normalmente las marcas de texto sólo se imprimen sobre el
11 pentagrama superior, también se pueden imprimir en otro pentagrama
12 cualquiera.
13
14 "
15   doctitlees = "Imprimir marcas en cualquier pentagrama"
16
17 %% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706
18   texidocde = "
19 Normalerweise werden Textzeichen nur über dem obersten Notensystem gesetzt.  Sie
20 können aber auch über jedem System ausgegeben werden.
21
22 "
23   doctitlede = "Zeichen über jedem System ausgeben"
24
25   texidoc = "
26 Although text marks are normally only printed above the topmost staff,
27 they may also be printed on every staff.
28
29 "
30   doctitle = "Printing marks on every staff"
31 } % begin verbatim
32
33 \score {
34   <<
35     \new Staff { c''1 \mark "molto" c'' }
36     \new Staff { c'1 \mark "molto" c' }
37   >>
38   \layout {
39     \context {
40       \Score
41       \remove "Mark_engraver"
42       \remove "Staff_collecting_engraver"
43     }
44     \context {
45       \Staff
46       \consists "Mark_engraver"
47       \consists "Staff_collecting_engraver"
48     }
49   }
50 }
51