Skip to content

Commit

Permalink
Update placeholder values for text boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
sonph committed Oct 11, 2024
1 parent c830c52 commit a2b72b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3>Tool for converting a GrooveScribe drum notation for embedding in <a href="h
<input type="text" id="url" name="url"><br><br>

<label for="subText">Sub Text:</label>
<input type="text" id="subText" name="subText" placeholder="chorus (8 bars)"><br><br>
<input type="text" id="subText" name="subText" placeholder="Chorus (can also be lyric hints)"><br><br>

<label for="repeatBegins">Begin repeat at measures (separated by ;):</label>
<input type="text" id="repeatBegins" name="repeatBegins" placeholder="1;3"><br><br>
Expand All @@ -45,7 +45,7 @@ <h3>Tool for converting a GrooveScribe drum notation for embedding in <a href="h
<label for="repeatEndings">Alternate endings at measures (separated by ;):</label>
<input type="text" id="repeatEndings" name="repeatEndings" placeholder="2:1;3:2"><br><br>

<label for="measureText">Text at begin or end of measure (separated by ;):</label>
<label for="measureText">Text at begin or end of specific measures(separated by ;):</label>
<input type="text" id="measureText" name="measureText" placeholder="1:b:start here;2:e:end here"><br><br>

<label for="showTempo">Show Tempo</label>
Expand Down

0 comments on commit a2b72b9

Please sign in to comment.