Remove unused prototype in score.hh.
[lilypond/mpolesky.git] / Documentation / snippets / polyphony-in-tablature.ly
blob20977102b2e207de3302c1c2ea59ef5ed12cb166
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.16"
6 \header {
7 lsrtags = "fretted-strings"
9 %% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d
10 texidoces = "
11 La polifonía se crea de la misma forma en un @code{TabStaff} que
12 en una pauta normal.
15 doctitlees = "Polifonía en tablaturas"
17 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
18 texidocde = "
19 Polyphonie kann in einer Tabulatur (@code{TabStaff}) genauso wie in einem
20 normalen Notensystem erstellt werden.
23 doctitlede = "Polyphonie in einer Tabulatur"
24 %% Translation of GIT committish: ac6297e4fa174ac5759cc450ad085c2fac9ba00b
26 texidocfr = "
27 Une section polyphonique s'obtient dans un @code{TabStaff} de la
28 même manière que dans une portée normale.
31 doctitlefr = "Polyphonie en mode tablature"
34 texidoc = "
35 Polyphony is created the same way in a @code{TabStaff} as in a regular
36 staff.
39 doctitle = "Polyphony in tablature"
40 } % begin verbatim
42 upper = \relative c' {
43 \time 12/8
44 \key e \minor
45 \voiceOne
46 r4. r8 e, fis g16 b g e e' b c b a g fis e
49 lower = \relative c {
50 \key e \minor
51 \voiceTwo
52 r16 e d c b a g4 fis8 e fis g a b c
55 \score {
57 \new StaffGroup = "tab with traditional" <<
58 \new Staff = "guitar traditional" <<
59 \clef "treble_8"
60 \context Voice = "upper" \upper
61 \context Voice = "lower" \lower
63 \new TabStaff = "guitar tab" <<
64 \context TabVoice = "upper" \upper
65 \context TabVoice = "lower" \lower