akkorder:chordsheets-test

Forskjeller

Her vises forskjeller mellom den valgte versjonen og den nåværende versjonen av dokumentet.

Lenk til denne sammenligningen

Begge sider forrige revisjon Forrige revisjon
Neste revisjon
Forrige revisjon
akkorder:chordsheets-test [d.m.Y H:i] adminakkorder:chordsheets-test [d.m.Y H:i] (nåværende versjon) admin
Linje 36: Linje 36:
  
  
-When using RCS the ''class="jtab rendered"'' is in a ''div'' tag+When using RCS the ''class='jtab rendered''' is in a ''div'' tag
  
-In CCS the ''class="jtab rendered"'' is in a ''span'' tag+In CCS the ''class='jtab rendered''' is in a ''span'' tag
  
  
 ====== Layout: Each chord... separate block ====== ====== Layout: Each chord... separate block ======
  
-In CCS each chord diagram is rendered inside separate HTML block elements +In RCS each chord diagram is rendered inside a nested HTML block element (divs)In CCS there's a similar nested tag sequence, but the first of them is not a block element: ('''jtab render''<wrap em>SPAN</wrap> tag) (), '''builder'''-id div tag and ''svg'' div tag. 
- +
-There's a separate ("''jtab render''<wrap em>SPAN</wrap> tag), "''builder''"-id div tag and ''svg'' tag for each chord.+
  
    
Linje 64: Linje 62:
  
 It would be nice if several diagrams could be laid out on one line just by using carriage return or new line"... It would be nice if several diagrams could be laid out on one line just by using carriage return or new line"...
- +Just like when using the ''div class="jtab chordonly"'' notation within html-tags in dokuwiki (with the "htmlok" configured to yes in dokuwiki). 
-Using ''div class="jtab chordonly"'' notation within html-tags in dokuwiki (with the "htmlok" configured to yes in dokuwiki), you can attain that by using one such div for each line+
  
  
 +Drop 3 voicings:
 <html> <html>
 + 
 <div class="jtab chordonly">  <div class="jtab chordonly"> 
 %5/3.X/X.3/1.4/2.3/1.X/X[Bm7b5] / %5/3.X/X.3/1.4/2.3/1.X/X[Bm7b5] /
Linje 77: Linje 76:
  
 %13/2.X/X.12/1.14/3.12/1.X/X[Bm7b5] / || %13/2.X/X.12/1.14/3.12/1.X/X[Bm7b5] / ||
 +</div>
 +
 +<div class="jtab chordonly"> 
 +%X/X.2/2.X/X.2/3.3/4.1/1[Bm7b5] /
 + 
 +%X/X.5/2.X/X.4/1.6/4.5/3[Bm7b5] /
 +
 +%X/X.8/2.X/X.7/1.10/4.7/1[Bm7b5] / 
 +
 +%X/X.12/3.X/X.10/1.12/4.10/1[Bm7b5] / ||
 </div> </div>
 </html> </html>
 +
 +Drop 2 vocings:
 <html> <html>
 <div class="jtab chordonly">  <div class="jtab chordonly"> 
Linje 89: Linje 100:
 %X/X.X/X.12/1.14/3.12/1.13/2[Bm7b5] / || %X/X.X/X.12/1.14/3.12/1.13/2[Bm7b5] / ||
 </div> </div>
-</html> 
-<html> 
  
 <div class="jtab chordonly">  <div class="jtab chordonly"> 
-%X/X.2/2.X/X.2/3.3/4.1/1[Bm7b5] /+%X/X.2/1.3/3.2/2.3/4.X/X[Bm7b5] /
    
-%X/X.5/2.X/X.4/1.6/4.5/3[Bm7b5] /+%X/X.5/2.7/4.4/1.6/3.X/X[Bm7b5] /
  
-%X/X.8/2.X/X.7/1.10/4.7/1[Bm7b5] / +%X/X.8/2.9/3.7/1.10/4.X/X[Bm7b5] / 
  
-%X/X.12/3.X/X.10/1.12/4.10/1[Bm7b5] / ||+%X/X.12/2.12/3.10/1.12/4.X/X[Bm7b5] / ||
 </div> </div>
 +
 +<div class="jtab chordonly"> 
 +%1/2.2/3.0/0.2/4.X/X.X/X[Bm7b5] /
 + 
 +%5/3.5/4.3/1.4/2.X/X.X/X[Bm7b5] /
 +
 +%7/1.8/2.7/1.7/1.X/X.X/X[Bm7b5] / 
 +
 +%10/2.12/4.9/1.10/3.X/X.X/X[Bm7b5] / ||
 +</div>
 +
 +
 </html> </html>
-<html> 
  
 +Drop 2&4 voicings:
  
 +<html>
 <div class="jtab chordonly">  <div class="jtab chordonly"> 
 %1/1.2/2.X/X.2/3.3/4.X/X[Bm7b5] / %1/1.2/2.X/X.2/3.3/4.X/X[Bm7b5] /
Linje 114: Linje 136:
 %10/1.12/3.X/X.10/1.12/4.X/X[Bm7b5] / || %10/1.12/3.X/X.10/1.12/4.X/X[Bm7b5] / ||
 </div> </div>
-</html> 
  
 +<div class="jtab chordonly"> 
 +%X/X.2/1.3/2.X/X.3/3.5/4[Bm7b5] /
 + 
 +%X/X.5/1.7/3.X/X.6/2.7/4[Bm7b5] /
  
-Here the class used is ''jtab chordonly <wrap em>rendered</wrap>''.+%X/X.8/1.9/2.X/X.10/4.10/4[Bm7b5] / 
  
-====== Slash in CCS chord names breaks Dokuwiki page layout ======+%X/X.12/1.12/1.X/X.12/2.13/3[Bm7b5] / || 
 +</div>
  
-There seems to be some conflict between the chord name syntax in the "Custom Chord Notation" (CCN) and the regular Chord Notation (CN). As soon as CCN chord name contains a slash [A/E] or a spaces or a space plus another letter, the CNN chord name seems to be interpreted as CN syntax.+</html>
  
  
-And then suddenly, the next CCN chord is contained within its ''builder'' div-tag.+I notice that the rendered class used here is ''jtab chordonly <wrap em>rendered</wrap>''.
  
-There's a common "''jtab render''" span tag, "''builder''"-id div tag and svg tag for that and the next chord.+====== Slash in CCS chord names breaks Dokuwiki page layout ======
  
 +Is there a conflict between custom chord syntax (CCS) and regular chord syntax (RCS), so that as soon as some CCS contains a slash [A/E] or spaces or space plus another letter, in the chord name, it's interpreted as RCS, and the next CCS chord is contained within a common "''jtab render''" span tag, "''builder''"-id div tag and svg tag for that and the next chord.
  
-And that together with gobbling up other elements text and even headings on the page.  
  
 +And that together with corrupting/gobbling up other elements below it on the page (text and even heading):
  
-Or maybe it is  
  
 +%0/0.0/0.2/2.2/3.2/4.0/0[A/E]
  
 1-Lorem ipsum dolor sit amet, ad eos odio mucius ancillae, erant populo semper an qui. Eros propriae mel in. Esse veri vis in, mei vivendo lucilius et. Id augue delicatissimi mel, his at accusam perfecto. His te gloriatur disputando. 1-Lorem ipsum dolor sit amet, ad eos odio mucius ancillae, erant populo semper an qui. Eros propriae mel in. Esse veri vis in, mei vivendo lucilius et. Id augue delicatissimi mel, his at accusam perfecto. His te gloriatur disputando.
  
  
-%0/0.0/0.2/2.2/3.2/4.0/0[A/E]+====== - test ======
  
-Utinam laboramus argumentum est ei, et cum elitr iracundia gubergren, nisl elitr cetero ut cum. Dicat singulis an his. Duo viris dolor voluptatum ea, sed dicat phaedrum an. In atomorum democritum nam, has corrumpit reformidans ne. +2-Utinam laboramus argumentum est ei, et cum elitr iracundia gubergren, nisl elitr cetero ut cum. Dicat singulis an his. Duo viris dolor voluptatum ea, sed dicat phaedrum an. In atomorum democritum nam, has corrumpit reformidans ne.
- +
- +
- +
-====== 2 - test ======+
  
-Vim mollis assentior dissentiet an. Ei esse corpora consetetur quo, mel cu agam illum. At dico etiam eos, his ex vero tamquam. Sit ei eirmod mediocritatem, nec fugit eruditi debitis no. Ex aperiri alienum mei, ne vix ullum dolorem erroribus. Lorem meliore accumsan at eum, modo sanctus id quo.+3-Vim mollis assentior dissentiet an. Ei esse corpora consetetur quo, mel cu agam illum. At dico etiam eos, his ex vero tamquam. Sit ei eirmod mediocritatem, nec fugit eruditi debitis no. Ex aperiri alienum mei, ne vix ullum dolorem erroribus. Lorem meliore accumsan at eum, modo sanctus id quo.
  
  
 %0/0.0/0.2/2.2/3.2/4.0/0[A / E] %0/0.0/0.2/2.2/3.2/4.0/0[A / E]
  
-In offendit contentiones pri, ornatus erroribus disputando cum cu. Per ad tale brute verterem, vel quot vero vituperata ad. Cu pro omittam appareat, accusata eloquentiam vim an. No nominati abhorreant concludaturque quo, inani laoreet est ne, est cu sale persius. Vim eu virtute ullamcorper, in quo vide mentitum, vis ex malorum postulant expetenda. Recusabo temporibus ei usu, dicam soleat ceteros mei et, ei est facete omittam explicari.+4-In offendit contentiones pri, ornatus erroribus disputando cum cu. Per ad tale brute verterem, vel quot vero vituperata ad. Cu pro omittam appareat, accusata eloquentiam vim an. No nominati abhorreant concludaturque quo, inani laoreet est ne, est cu sale persius. Vim eu virtute ullamcorper, in quo vide mentitum, vis ex malorum postulant expetenda. Recusabo temporibus ei usu, dicam soleat ceteros mei et, ei est facete omittam explicari.
  
 %0/0.0/0.2/2.2/3.2/4.0/0[A] %0/0.0/0.2/2.2/3.2/4.0/0[A]
  
  
-Ut noluisse quaestio nec. In sonet zril possit pri, saepe patrioque mel an. Natum option gloriatur vel in, eam consequat sadipscing dissentiunt in. An qui veri persecuti, ne duis efficiantur ius. Cum nihil solet in, cum probo tritani ea.+5-Ut noluisse quaestio nec. In sonet zril possit pri, saepe patrioque mel an. Natum option gloriatur vel in, eam consequat sadipscing dissentiunt in. An qui veri persecuti, ne duis efficiantur ius. Cum nihil solet in, cum probo tritani ea.
  
  
  • akkorder/chordsheets-test.1533195287.txt.gz
  • Sist endret: 6 år siden
  • av admin