Remove unused prototype in score.hh.
[lilypond/mpolesky.git] / Documentation / snippets / single-staff-template-with-notes-and-chords.ly
blob14f7a97939bf5efc684681fdb2193a57fef35912
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 = "chords, template"
9 %% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d
10 texidoces = "
11 ¿Quiere preparar una hoja guía de acordes (o «lead sheet») con
12 melodía y acordes? ¡No busque más!
16 doctitlees = "Plantilla de pentagrama único con música y acordes"
18 %% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86
19 texidocja = "
20 旋律とコードを持つリード譜を欲しくはありませんか?他を見る必要はありません!
22 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
23 texidocde = "
24 Wollen Sie ein Liedblatt mit Melodie und Akkorden schreiben? Hier ist
25 das richtige Beispiel für Sie!
28 doctitlede = "Vorlage für eine Notenzeile mit Akkorden"
30 %% Translation of GIT committish: ceb0afe7d4d0bdb3d17b9d0bff7936bb2a424d16
31 texidocfr = "
32 Vous avez besoin de la partition d'une mélodie avec les accords ?
33 N'allez pas plus loin !
37 doctitlefr = "Mélodie simple et accords"
39 texidoc = "
40 Want to prepare a lead sheet with a melody and chords? Look no further!
44 doctitle = "Single staff template with notes and chords"
45 } % begin verbatim
47 melody = \relative c' {
48 \clef treble
49 \key c \major
50 \time 4/4
52 f4 e8[ c] d4 g
53 a2 ~ a
56 harmonies = \chordmode {
57 c4:m f:min7 g:maj c:aug
58 d2:dim b:sus
61 \score {
63 \new ChordNames {
64 \set chordChanges = ##t
65 \harmonies
67 \new Staff \melody
69 \layout{ }
70 \midi { }