From cdad575fb00fff5e7611ab1de6c084c1b0378082 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 20 May 2014 23:29:54 +0200 Subject: [PATCH] Ajout des sections dans les exemples --- songbook_core/data/examples/example-layout.sb | 9 ++++++++- songbook_core/data/examples/example-patacrep.sb | 9 ++++++++- songbook_core/data/examples/example-songs.sb | 9 ++++++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/songbook_core/data/examples/example-layout.sb b/songbook_core/data/examples/example-layout.sb index 56e545de..e252ed5d 100644 --- a/songbook_core/data/examples/example-layout.sb +++ b/songbook_core/data/examples/example-layout.sb @@ -11,5 +11,12 @@ "authwords" : { "sep" : ["and", "et"] }, - "datadir" : "." + "datadir" : ".", + "content" : [["section", "Traditional"], + "chevaliers_de_la_table_ronde.sg", + "greensleeves.sg", + "vent_frais.sg", + ["section", "Example"], + "example-fr.sg", + "example-en.sg"] } diff --git a/songbook_core/data/examples/example-patacrep.sb b/songbook_core/data/examples/example-patacrep.sb index bd722524..dcb27587 100644 --- a/songbook_core/data/examples/example-patacrep.sb +++ b/songbook_core/data/examples/example-patacrep.sb @@ -11,5 +11,12 @@ "authwords" : { "sep" : ["and", "et"] }, - "datadir" : "." + "datadir" : ".", + "content" : [["section", "Traditional"], + "chevaliers_de_la_table_ronde.sg", + "greensleeves.sg", + "vent_frais.sg", + ["section", "Example"], + "example-fr.sg", + "example-en.sg"] } diff --git a/songbook_core/data/examples/example-songs.sb b/songbook_core/data/examples/example-songs.sb index 668eaca3..40ed8ebc 100644 --- a/songbook_core/data/examples/example-songs.sb +++ b/songbook_core/data/examples/example-songs.sb @@ -11,5 +11,12 @@ "authwords" : { "sep" : ["and", "et"] }, - "datadir" : "." + "datadir" : ".", + "content" : [["section", "Traditional"], + "chevaliers_de_la_table_ronde.sg", + "greensleeves.sg", + "vent_frais.sg", + ["section", "Example"], + "example-fr.sg", + "example-en.sg"] }